Convert large Excel to Html

Hi,

I would like to know what is the best way to convert large excel file to Html?
So far I loop through all sheets, create memoryStream for each one and save with HtmlSaveOptions (ExportActiveWorksheetOnly = true) but it seems to work slowly. Sometimes it takes 2 minutes.
I’m using Aspose.Cells version 20.4.0 with .net.
I know that the hardware is factor. However, is there best practices for that issue?

Thanks,

Yoni.

@yyvv1234,

Please zip the template Excel file and provide us. Also, paste your sample code (runnable) here, we will check it soon.