Converting Excel file to HTML doesn't work

Aspose.Cells, Version=17.6

var workbook = new Workbook(settings.InputFilePath, new LoadOptions() {MemorySetting = MemorySetting.MemoryPreference});
workbook.Save(settings.ResultFilePath, SaveOptions);

The resulting HTML file is not fully generated. It looks like the loading loops and ends when the file reaches 2 GB.

Example.zip (14.0 KB)

@directum,

Thank you for your query.

I have tried this scenario using latest version Aspose.Cells for .NET 19.1.x but could not observe any issue. Please try this scenario using latest version and provide your feedback.