In this article, I would like to share the steps and code to create/update an Excel from an Azure web job. Using Microsoft.Interop.Excel, we can create and update the Excel sheet but in Azure web job, we couldn’t use that dll. Instead of Microsoft.Interop dll, we can use the open XML spreadsheet option to create or update the Excel.
source https://www.c-sharpcorner.com/article/create-or-update-the-excel-from-azure-web-job/
No comments:
Post a Comment