Skip to content

Commit

Permalink
Convert Excel to Image in Azure V4 Function
Browse files Browse the repository at this point in the history
  • Loading branch information
KonduruKeerthi committed Aug 11, 2023
1 parent 0d12f33 commit e25ce8f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ public static async Task<HttpResponseMessage> Run([HttpTrigger(AuthorizationLeve
IWorkbook workbook = application.Workbooks.Open(excelStream);
IWorksheet worksheet = workbook.Worksheets[0];

//Initialize XlsIO renderer.
application.XlsIORenderer = new XlsIORenderer();

//Create the MemoryStream to save the image.
MemoryStream imageStream = new MemoryStream();

Expand Down

0 comments on commit e25ce8f

Please sign in to comment.