Excel2Html word wrap problem.Aspose Cells7.0.3.0

Hi.

I have converted an Excel document to HTML file with Aspose Cells(version 7.0.3.0)

test code(C#)
Aspose.Cells.Workbook book = new Aspose.Cells.Workbook(in_filename.xls);
HtmlSaveOptions options = new HtmlSaveOptions();
options.DisplayHTMLCrossString = true;
book.Save(out_filename.html, options);

Please test the attachment file.

Line 1
Text disappear in the middle of the line.
Line 2
Text does not word wrap.

note.
View test in Firefox.
AsposeCells7.0.0.0 was converting correctly.

Hi Kunikazu,


I have observed that the query is related to Aspose.Cells and I am moving this thread to Aspose.Cells forum for further attention.

Many Thanks,

Hi,

I was able to reproduce the problem using the latest version:
Aspose.Cells for .NET v7.0.3.6

I found, nothing appears on the output html file. Below is my code.

We have logged this issue in our database. We will look into it and fix it and update you asap.

This issue has been logged as CELLSNET-40186.


C#


string path = @“F:\Shak-Data-RW\Downloads\e0007.xls”;


Workbook workbook = new Workbook();

workbook.Save(path + “.out.html”, SaveFormat.Html);


Hi,

Please download and try the latest fix: Aspose.Cells for .NET v7.0.4.5

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


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

W recommend you to kindly try our latest fix: Please download: Aspose.Cells for .NET v7.1.0.1
Your issue(s) should be fixed precisely in it.

Thank you.