Forum Discussion

digitalcrankz's avatar
digitalcrankz
Data Storage
03-23-2023

Export Excel Files to Azure Blob Storage from websites hosted on Azure App Service

Previously we were using IIS for deploying .NET web application.

One export to excel button had been given on UI to export details from database to Excel file and then it will be downloaded to local disc storage.

We used Microsoft Office Interop Excel to export file.

It was working fine locally. But when we deployed application on Azure App service, it was not downloading files in local disk.

Can we export excel file to Azure Blob Storage