Text align wrong when save to HTML

Workbook ww = new Workbook("C:/年付宽带1.xlsx");
HtmlSaveOptions options = new HtmlSaveOptions();
ImageOrPrintOptions imgOptions = options.getImageOptions();
imgOptions.setSaveFormat(SaveFormat.SVG);
imgOptions.setImageFormat(ImageFormat.getIcon());
options.setExportActiveWorksheetOnly(true);
ww.save("C:/年付宽带1.html", options);

Hi,


Thanks for your posting and using Aspose.Cells.

Do you mean the text alignment that is highlighted in my provided screenshot? Let us know your feedback.

If you meant something else, then please highlight your issue in a screenshot for our reference. Thanks for your cooperation in this regard and have a good day.


Yes.



And in some computer, text align more right, and overlap the Y axis labels.

Hi,


Thanks for your posting and using Aspose.Cells.

We were able to observe this issue and logged it in our database for a fix.

This issue has been logged as

  • CELLSJAVA-42246 - Excel to HTML - Text alignment in chart Y-axis label is wrong

Hi,


Please try our latest fix/version: Aspose.Cells for Java v17.3.10 (attached).

We have fixed your issue now.

Let us know your feedback.

Thank you.

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


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