HTML to XLS issue

Hi,

I'm trying to convert HTML-Files (which have previously been generated by Excel) back to XLS using aspose-cells-8.1.2:

Workbook workbook = new Workbook("C:\\xls_export.html");
workbook.save("C:\\xls_export.xls");

Unfortunately that doesn't work well for formatted number fields. The attached sample file (renamed to .txt for upload) has a single cell with a formatted number value. However, after conversion to XLS the spreadsheet is blank (in Excel 2003).

What am I doing wrong?

Thanks
Manfred


Hi,


Thanks for the template file.

After an initial test, I observed the issue as you mentioned by converting your attached template HTML file to XLS file format. The formatted number is
rendered as blank in the output XLS file as pointed out. I have logged a ticket with an id “CELLSJAVA-41070” for your issue. We will look into it soon.

Once we have any update on it, we will let you know here.

Thank you.

Hi Manfred,

Thanks for using Aspose.Cells for Java.

Please download and try this fix: Aspose.Cells for Java v8.2.2.2 and let us know your feedback.

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


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