I have an excel spreadsheet residing in a container in an azure storage account.
I can use an Azure Logic App with the "Get Blob Content" to access the file. But I cannot find any documentation discussing actually reading the file within the Azure Logic App from blob storage. Note that there are connectors for accessing Excel files in OneDrive or Office365 but not from a storage account container.
Despite furious searching I have not found any discussion of this use case in Microsoft Documentation or otherwise. Any links would be appreciated.
What is the best approach to read/search an excel file in Azure Logic Apps from Blob Storage?
read an excel file
? Get the content of the excel file in logic app ? – Hury Shen