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

            Bug ID: 62490
           Summary: Using column 16383 creates XLSX file which can't be
                    opened by Excel 2016
           Product: POI
           Version: 3.17-FINAL
          Hardware: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 35989
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35989&action=edit
PoiBug.java minimal example

The attached code creates an XLSX file which can't be opened by Excel 2016
(Excel reports error 101648 when pressing Ctrl+Shift+I in the error dialog)

The problem occurs if I use the column 16383:

Cell c = row.createCell(16383);

Tested with Excel 2016 (16.0.4705.1000).

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