Content of some cells not fully displayed within the width of the column when printed to HTML

@oraspose,

The output is actually for issue CELLSJAVA-45629.
The issue CELLSJAVA-45538 has been fixed in v23.9. it should not be reopened as the new issue CELLSJAVA-45629 was opened. Sorry for the confusion.

The issues you have found earlier (filed as CELLSJAVA-45629, CELLSJAVA-45538) have been fixed in Aspose.Cells for Java 23.10.

I did a quick sanity check - it seems neither data formats issue , nor currency formats issue are fixed.
Attached is archive containing examples that highlighted the differences between older Cells library and version 23.10.
Please let us know if you have any questions.
Thank you.
date_localeUS_21.10_versus_23.10_currencyFormat_variousLocales.zip (352.0 KB)

@oraspose,

Thank you for your feedback. We will check it soon.

We have added an option “HtmlSaveOptions.FormatDataIgnoreColumnWidth”. Please try the following code after the next version is released:

Workbook workbook = new Workbook("LocaleFormatting_NumberFormats.xlsx");
HtmlSaveOptions saveOptions = new HtmlSaveOptions();
saveOptions.setFormatDataIgnoreColumnWidth(true);
workbook.save("dest.html", saveOptions);

Here is the output file after fix: output.zip (16.1 KB)

Thank you, will try this option when the new version is released.

@oraspose ,

Sure, please take your time to test with the new option using newer version of the API. Hopefully, it will figure out your issue.

using newer version of the API
When will the newer version be available? Is it going to be a patch or regular 23.11 release?

@oraspose ,

Yes, the new option will be included in 23.11 release.

The issues you have found earlier (filed as CELLSJAVA-45538) have been fixed in Aspose.Cells for Java 23.11.