https://issues.apache.org/bugzilla/show_bug.cgi?id=47270





--- Comment #2 from Jonathan Holloway <[email protected]>  2009-05-26 
10:34:57 PST ---
I'm sure this is bad data in the spreadsheet, in
org.apache.poi.util.LittleEndian  byte[] data (4096 bytes) is passed in:

offset = 316
b0 = 0
b1 = 0
b2 = 0
b3 = 228

so (b3 << 24) + (b2 << 16) + (b1 << 8) + (b0 << 0) returns -469762048

Saving in OpenOffice "fixes" the document - so I can't cleanse the doc to send
it to you, and unfortunately I can't send it for client confidentiality
reasons.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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