HTML conversion from xls goes into a continuous conversion loop

Trying to simply convert the attached file into html and it goes into a loop of conversion and does not end. Using latest version 20.8

file.zip (9.9 MB)

Conversion code:
Dim worksheetnames = “”
Dim worksheettabcolors = “”
Dim worksheettabstatus = “”
Dim filename = “file.xlsx”
Dim sourcefilepath = “C:” & filename
Dim targetfilepath = “C:” & filename & “.html”
Dim worksheetscount As Integer = workbook.Worksheets.Count
Dim bdpc As Aspose.Cells.Properties.BuiltInDocumentPropertyCollection = workbook.BuiltInDocumentProperties
Dim options As Aspose.Cells.HtmlSaveOptions = New Aspose.Cells.HtmlSaveOptions()
options.ExportPrintAreaOnly = True
options.ExportImagesAsBase64 = True
options.ExportGridLines = True
workbook.Save(targetfilepath, options)
workbook.Dispose()

@cary.arvidson,
We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSNET-47571 - HTML conversion from xls goes into a continuous conversion loop

Any update on this??

@cary.arvidson,

I am afraid, your issue is not resolved yet. We will check and provide you an update or ETA (if it will take more time) on it soon.

@cary.arvidson,

We are pleased you inform you that your issue should be fixed in the next 3-5 days or so.

Once we figure it out, we will let you know with the fix.

@cary.arvidson,

Please try our latest version/fix: Aspose.Cells for .NET v20.9.2 (attached)

Your issue should be fixed in it.

Let us know your feedback.
Aspose.Cells20.9.2 For .Net2_AuthenticodeSigned.Zip (5.4 MB)
Aspose.Cells20.9.2 For .Net4.0.Zip (5.4 MB)

The issues you have found earlier (filed as CELLSNET-47571) have been fixed in Aspose.Cells for .NET v20.10. This message was posted using Bugs notification tool by Amjad_Sahi. You may also get the version @ Nuget repos. (NuGet Gallery | Aspose.Cells 20.10.0).