https://bz.apache.org/bugzilla/show_bug.cgi?id=65562
--- Comment #1 from PJ Fanning <[email protected]> --- Could you provide some sample code to demo how to reproduce the issue? This example creates a sheet with <dimension ref="A1"/> - possibly not ideal but doesn't seem to cause any harm. https://github.com/pjfanning/poi-shared-strings-sample/blob/master/src/main/java/com/github/pjfanning/poi/sample/StreamingWrite.java We probably don't want to try to produce a dimension with a cell range because that could affect the streaming - since this appears at the start of the sheet XML and we don't really know the last cell at that stage. If we were to make a change, omitting the dimension element might be best - if that is something that Excel handles ok. -- 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]
