[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 --- Comment #15 from PJ Fanning --- Other than having to assign a large Xmx, I have no trouble reading that file. Maybe Google Sheets has corrected it. import org.apache.poi.openxml4j.opc.OPCPackage; import

[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 --- Comment #14 from Todd Heidenthal --- PJ, I have sent you a shared Google Doc. In case that doesn't work, you can use this link

[Bug 65899] New: [PATCH] MAPIAttribute OutOfMemory caused by malformed TNEF file

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65899 Bug ID: 65899 Summary: [PATCH] MAPIAttribute OutOfMemory caused by malformed TNEF file Product: POI Version: unspecified Hardware: All OS: Linux

[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 --- Comment #13 from PJ Fanning --- Could you put the file on google drive or some similar mechanism where it can be accessed publicly? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 --- Comment #12 from Todd Heidenthal --- I tried both MAX_INT and ZipPackage.setUseTempFilePackageParts(true) with the same result java.io.IOException: MaxLength (1) reached - stream seems to be invalid. -- You are receiving this

[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 --- Comment #11 from PJ Fanning --- could you try a higher setByteArrayMaxOverride value than 197,775,541 anything up to max-int (2,147,483,647)? you might also find org.apache.poi.openxml4j.opc.ZipPackage.setUseTempFilePackageParts(true)

[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 Todd Heidenthal changed: What|Removed |Added CC||t.heident...@gtisoft.com -- You

[Bug 65639] org.apache.poi.util.RecordFormatException: Tried to allocate an array of length 4276190, but 1000000 is the maximum for this record type

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65639 Todd Heidenthal changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #10 from Todd

[GitHub] [poi] dependabot[bot] opened a new pull request #306: Bump Saxon-HE from 11.1.1 to 11.2

2022-02-18 Thread GitBox
dependabot[bot] opened a new pull request #306: URL: https://github.com/apache/poi/pull/306 Bumps Saxon-HE from 11.1.1 to 11.2. [![Dependabot compatibility

[Bug 65897] Reading large number in Excel, precision lost

2022-02-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65897 PJ Fanning changed: What|Removed |Added OS||All --- Comment #1 from PJ Fanning ---