Cell's text overflow to next cell

Workbook wb = new Workbook("C:/人员总结计划2.xlsx");
wb.save("C:/人员总结计划2.html");


Text not set overflow, and overlap next next cell
Hi,

Thanks for your posting and using Aspose.Cells.

We have tested this issue with the following sample code using the latest version: Aspose.Cells for Java v9.0.3 and found the issue as per your description. Cell's text overflow to next cell.

We have logged this issue in our database for investigation. We will look into it and fix this issue. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as

  • CELLSJAVA-41994 - Cell's text overflow to next cell

I have also attached the Microsoft Excel and Aspose.Cells generated html files for a reference.

Java
Workbook wb = new Workbook(dirPath + "sa.xlsx");
wb.save(dirPath + "out.html");

Hi again,


This is to update you that we have resolved the problem logged earlier as CELLSJAVA-41994. We will shortly share the fix here for your testing.

Hi,


Please try the case against the latest version of Aspose.Cells for Java 16.10.2 and share your feedback.

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


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