Good day Aspose team,
I am experiencing an issue with a few excel documents when saving them as HTML.
The .Save method never returns or throws error, it just “hangs”.
I have updated to the latest NuGet package for Aspose.Cells (16.10.0.0), but this problem still persists.
I have attached one of the documents on which this problem occurs,
A few points to note with code that might assist.
var saveoptions = new Aspose.Cells.HtmlSaveOptions();
saveoptions.ExportImagesAsBase64 = false;
var workBook = new Workbook(new MemoryStream(fileBytes));
never returns ===> workBook.Save($"{dir}</span>{previewFilename}.html", Aspose.Cells.SaveFormat.Html);