Displaced cells in HTML

Hi, when saving the attached sample.xls as HTML using Aspose.Cells 5.3.1 or 6.0.0 the cells/content on the sheet “Prüfbericht Seite 2” are/is displaced. Thanks and regards.

Hi,


Thank you for bringing this to our knowledge. We are able to reproduce your said issue with below source code. Attached are the snapshots of Input and Output files. We have logged this issue in our Database under Ticket ID CELLSNET-28571. We will soon get back to you on this.

Source Code

var book = new Workbook(“C:\temp\html-sample.xls”);

HtmlSaveOptions options = new HtmlSaveOptions(SaveFormat.Html);

book.Save(“C:\temp\outHTML.html”,options);

Hi,


We have fixed the issue mentioned under Ticket ID CELLSNET-28571 in our latest fix release of Aspose.Cells for .NET v6.0.0.2 [attached]. Please test your scenario with this latest assembly and let us know of your feedback.

Thank you

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


This message was posted using Notification2Forum from Downloads module by aspose.notifier.