what i have is an excel file and i want to search into it with query to a specific value.
excel files doesn't provide permissions on it's rows and other data.
so i have to use cloud function and not the client side
so, can cloud function download a files from the storage and run an npm package commands?
TL;DR
Developers want to search an Excel file using a query to a specific value. Since Excel files lack permissions, cloud functions are needed instead of client-side solutions. The developers are asking if cloud functions can download files from storage and execute npm package commands.