I have a blob file sitting in the Azure Storage container. I have to convert that to a excel and retrieve using REST API. Is this possible?
I heard this is possible by using Azure storage REST API. I tried with below it didn't work
Method: POST URL: https://<your-storage-account>.blob.core.windows.net/<your-container>/file.csv?copy Header: x-ms-version: 2019-02-02, x-ms-copy-destination: <your-container>/file.xlsx Query Parameter: comp:copy