User966057038 posted
Hi,
I have an Azure account with only a Web App and SQL Database. I want to be able to upload Excel files and read them into a SQL database table (e.g., using
EPPlus). Once the data is loaded into the SQL database, I have no need for the uploaded file.
Is there a way for me to do this without subscribing to Azure Storage? I would like to use my SQL database if possible.
If that is not possible, and I have to use Azure Storage, then what is the best way to upload and iterate through Excel files? Does EPPlus provide for upload to Azure Storage or should I be using something else?
Thanks for the help.