You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2021/09/08 16:27:40 UTC

[Bug 65562] SXSSF doesn't update dimension field

https://bz.apache.org/bugzilla/show_bug.cgi?id=65562

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org