ODS to XLSX - text box dimensions changed

Using aspose-cells-18.11 JDK to convert ODS to XLSX.
Converting spreadsheet with a text box that wraps the text inside. When converted the text box changes width so the text wraps differently.

Code below:
LoadOptions loadOptions = new LoadOptions(FileFormatType.ODS);
Workbook workbook = new Workbook(inputPath,loadOptions);
workbook.save(outputPath, SaveFormat.XLSX);

Before/after sample attached
wrap.zip (15.3 KB)

@simon.wiseman,

We were able to observe the issue but we need to look into it more. We have logged the issue in our database for investigation and for a fix. Once, we will have some news for you, we will update you in this topic.

This issue has been logged as

CELLSJAVA-42796 - ODS to XLSX - text box dimensions changed

@simon.wiseman,

This is to inform you that we have fixed your issue now. We will soon provide you the fixed version after performing QA and incorporating other enhancements and fixes.

@simon.wiseman,

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

Your issue should be fixed in it.

Let us know your feedback.
Aspose.Cells for Java_v18.12.9.zip (6.4 MB)

The issues you have found earlier (filed as CELLSJAVA-42796) have been fixed in Aspose.Cells for Java 19.1. You can also get the latest Aspose.Cells for Java version from Maven repos. with simple configurations. Please see the document for your reference: Installation|Documentation

This message was posted using BugNotificationTool from Downloads module by Amjad_Sahi

This works now, thank you.

@simon.wiseman,

Good to know that your issue is sorted out. Feel free to write us back if you have further questions or comments, we will be happy to assist you soon.