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

            Bug ID: 66586
           Summary: unable to convert file to CSV using
                    ConvertExcelToCSVProcessor
           Product: POI
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: HDF
          Assignee: dev@poi.apache.org
          Reporter: nabeelraza...@gmail.com
  Target Milestone: ---

Created attachment 38549
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38549&action=edit
ConvertExcelToCSVProcessor Error SS

I was working on a task where the input excel file size of around ~35MBs and
while parsing from the ConvertExcelToCSVProcessor it failed. 

ConvertExcelToCSVProcessor[id=9434baba-8749-3634-8ee1-7189f6d7831e] Failed to
process incoming Excel document. Tried to allocate an array of length
226,239,061, but the maximum length for this record type is 100,000,000.
If the file is not corrupt or large, please open an issue on bugzilla to
request 
increasing the maximum allowable size for this record type.
As a temporary workaround, consider setting a higher override value with
IOUtils.setByteArrayMaxOverride(): org.apache.poi.util.RecordFormatException:
Tried to allocate an array of length 226,239,061, but the maximum length for
this record type is 100,000,000.
If the file is not corrupt or large, please open an issue on bugzilla to
request 
increasing the maximum allowable size for this record type.
As a temporary workaround, consider setting a higher override value with
IOUtils.setByteArrayMaxOverride()




ConvertExcelToCSVProcessor Version: ConvertExcelToCSVProcessor
1.18.0.2.2.6.0-260

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to