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

            Bug ID: 62906
           Summary: XSSFSheet.createTable(AreaReference) corrupts
                    worksheet
           Product: POI
           Version: 4.0.0-FINAL
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: XSSF
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Per https://stackoverflow.com/q/53173526/14731 (I am not the author) passing a
non-null value into XSSFSheet.createTable(AreaReference) always generates a
corrupt XLSX file.

I ran into issue for hours until I ran across this Stackoverflow post and I can
confirm that passing in null works well. Obviously I'd like to pass a non-null
value into the method (as the Javadoc explicitly indicates that the parameter
should not be null) but no one seems to have figured out how to make this work
cleanly.

Consider updating your sample code / testcases to demonstrate how this is meant
to work.

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