Hi Support Team,
Aspose Cells for Java version: 21.5.5
When creating a workbook by passing an HTML document to the constructor, any nested tables within <td>
tags of an outer table are not positioned correctly.
When opening the HTML file directly into Excel, positioning and layout are correct.
Workbook workbook = new Workbook("test.html");
workbook.save("test.xlsx");
Attached is a zip file containing the following:
- test.html file
- Resulting text.xlsx file
- Image of HTML file rendered in a browser
- Image of HTML file when opened directly in Excel
- Contents of generated output.
nested_tables.zip (110.4 KB)
Any advice would be appreciated!