https://issues.apache.org/bugzilla/show_bug.cgi?id=54607
Dominik Stadler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Dominik Stadler <[email protected]> --- It seems POI expects that sheets do have an attribute like this in sheetX.xml: topLeftCell="A2" However for your test-example, there is no such entry in sheet2.xml, seems the attribute is only there if a non-default top-row is set, but poi does not expect that. Other test-examples also don't have the attribute, seems a simple null check is missing. BTW, the same applies for getLeftCol() for XSSF/SXSSF. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
