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

            Bug ID: 65562
           Summary: SXSSF doesn't update dimension field
           Product: POI
           Version: 5.0.0-FINAL
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: SXSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

I don't think it's a "real" bug, I haven't found the code that should update
the dimension field, but rather an expected behaviour that I think could be
handled better.
Of course it's an optional field, so it's not fundamental, but if it's
populated with an invalid value it can break an application that relies on that
field (as happened to me).

Let me suggest some ways to handle this "bug":
1. Add a warning to the documentation, advising to unset the dimension field
from default CTWorksheet
2. Don't add the dimension field by default (the code is in
org.apache.poi.xssf.usermodel.XSSFSheet)
3. Properly update the dimension field for SXSSFSheet too

-- 
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]

Reply via email to