HTML not fine when hide some columns

Workbook wb = new Workbook("C:/项目定制_周报补录_编辑.xlsx");
wb.save("C:/项目定制_周报补录_编辑.html");

HTML not look fine in IE, Edge and FireFox

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 v8.7.1.4 and found that HTML is not fine when some columns are hidden.

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-41789 - HTML is not fine when some columns are hidden

I have also attached the output html generated with the following code for a reference.

Java
String path = “F:\Shak-Data-RW\Downloads\s.xlsx”;

Workbook wb = new Workbook(path);
wb.save(path + “.out.html”);

@xhaixia,

The issues you have found earlier (filed as CELLSJAVA-41789) have been fixed in Aspose.Cells for Java 23.4. Please try it and let us know your feedback.