Hi Amjad Shai,
We are facing an issue with one of our client having issues with Html to Excel conversion.
Please see the attachment for the html content.
while doing some research we found that after adding the code options.AutoFitColsAndRows = true;
solved the issues.
but in some previous issues you have suggested to remove this line of code for html content.
can you please check why we are facing issues with this html content.
we are using Aspose.Cells v21.6.0
current issue error message:
System.Exception: Column width must be between 0 and 255
at Aspose.Cells.Cells.SetColumnWidth(Int32 column, Double width)
at ?.?()
at ?.(String , ArrayList )
at ?.()
at ?.(Stream )
at ? .(String , Stream , LoadOptions )
HtmlPage11.zip (2.1 KB)