Posted 21 May 2023, 4:04 am EST - Updated 21 May 2023, 4:12 am EST
I created an excel file that has 2 custom table styles in it.
- Has only “Whole Table” borders, without any “Row Header” styles
- Has “Whole Table” borders and in addition has “Row Header” style that define “topBorder: none”.
When I import this file into GrapeCity it’s displayed correctly.
But when I try to inspect the properties in Java I don’t see any difference between the 2 tables that indicates the actual difference in styles between the 2 tables.
The path I looked at:
worksheet.getTables().get(0).getTableStyle().getTableStyleElements().get(TableStyleElementType.HeaderRow)
I attached the excel file I used and described above.table.zip