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
Workbook wb = new Workbook(path);
wb.save(path + “.out.html”);
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.