Left cell overlaps into right cell. [xls2html]

Hi.

I have converted an Excel document to HTML file with Aspose Cells for .NET(Aspose.Cells 7.4.3.2)

test code
Aspose.Cells.Workbook book = new Aspose.Cells.Workbook("c:\\Book1.xls");
HtmlSaveOptions options = new HtmlSaveOptions();
options.HtmlCrossStringType = HtmlCrossType.Default;
book.Save("c:\\out.html", options);

Please test the attachment xls file.

Issue:
firefox
Cell A2 overlaps into Cell C2.
internet explorer
Cell B2 hide Cell A2.
Thank you .

Hi,


Thanks for the sample file and sharing the code snippet.

After an initial test, I can notice the issue as you mentioned by converting your template file to HTML file format. I have logged a ticket with an id ā€œCELLSNET-41732ā€ for your issue. We will look into it to figure it out soon.

Thank you.

The issues you have found earlier (filed as CELLSNET-41732) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.

Hi, Amjad.

Iā€™m sorry for late reply.
It worked perfectly.

Thank you for your hard work!

Hi,


Thanks for your feedback.

Good to know that it figures out your issue now. We have closed your ticket now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.

Thank you.