8.3.0 vs 8.3.1.5: changes in cross cell text cropping?

We’re looking forward to a number of bugfixes present in 8.3.1.5.


However, while testing the new version, we’ve noticed that the cross cell text cropping behavior has changed. This is quite an issue, since content that would otherwise be visible now no longer is.

Please see attached Excel source, and “old” and “new” generated HTML by Aspose Cells.

We’ve tried the 3 different options for setHtmlCrossStringType() as well, without success.

Sample source:
Workbook workbook = new Workbook(file);
HtmlSaveOptions saveOptions = new HtmlSaveOptions(SaveFormat.HTML);
saveOptions.setParseHtmlTagInCell(false);
saveOptions.setExportHiddenWorksheet(false);
saveOptions.setExportActiveWorksheetOnly(true);
workbook.save(“out.html” saveOptions);

Hi Taras,

Thanks for your feedback and using Aspose.Cells.

I opened your old and new HTML files in FireFox and did not observe any difference. Please provide us some screenshots highlighting your issue or differences in the output with red circles. It will help us look into your issue more closely and precisely and we will update you asap.

Thanks for your cooperation.

Hi Shakeel,


I can reproduce the issue easily with IE, Firefox and Chrome.
See the attached “old vs. new” screenshot, which highlights the disappearance/cropping of the text on the right side.

Kind regards,
Taras

Hi Taras,


Thanks to your provided screenshot, we are able to observe the problem of the text getting cropped in the resultant HTML while using the latest version of Aspose.Cells for Java 8.3.1.5. Please check the attached archive containing the outputs generated with few recent releases of Aspose.Cells for Java, where the problem is visible in output generated with the latest release only. We have logged this incident in our bug tracking system under the ticket CELLSJAVA-41168 for further investigation. Please spare us little time to properly analyze this scenario on our end. In the meanwhile, we will keep you posted with updates in this regard.

We are sorry for the inconvenience caused to you.

Hi Babar,


Thanks for investigating. It seems that indeed, the regression was introduced sometime after release 8.3.1.0.

Kind regards,
Taras

Hi Taras,

Thanks for your posting and using Aspose.Cells.

We have logged your comment in our database against this issue. Hopefully, your issue will be fixed soon. Once, there is some fix or other update for you, we will let you know asap.

Hi,

Thanks for using Aspose.Cells for Java.

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

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


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