Hi!
I’ve been testing Aspose.Cells for Java, versions 2.0.0 and 2.1.1.
It seems my Excel spreadsheet can not be read, I keep getting the following error:
Exception in thread “main” java.lang.IllegalArgumentException: InvalidUnfortunately, I can not attach the incriminated workbook to this forum because it contains some confidential business data.
row height: 8192. Row height must be between 0 and 8180 twips.
at com.aspose.cells.cG.f(Unknown Source)
at com.aspose.cells.Cells.a(Unknown Source)
at com.aspose.cells.eJ.b(Unknown Source)
at com.aspose.cells.eJ.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.a(Unknown Source)
at com.aspose.cells.Workbook.open(Unknown Source)
at com.aspose.cells.Workbook.open(Unknown Source)
It seems that MS Excel can save rows with an height of 8192 but Aspose.Cells is limited to 8180.
Would there be a workaround? Or is this a bug?
Regards.