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

--- Comment #3 from Yegor Kozlov <[email protected]> 2011-06-30 16:19:07 UTC ---
r="0" is invalid, Office requires that the r attribute be between 1 and 1048576
inclusive. 

What software produced this file? Unzip it and look in docProps/app.xml.

Yegor

(In reply to comment #2)
> Hi Yegor,
> 
> I tested the file with POI 3.8-beta3 with the same result.
> 
> As the file contains confidential data, I can not attach it to this bug, but
> there is something I noticed.
> 
> When I go into the raw xml structure, I see:
> 
> <row r="0" spans="">
> <row r="2" spans="1:36">
> 
> When I open the file again in Excel and save it, it shows:
> 
> <row r="1" spans="1:36" ht="51">
> <row r="2" spans="1:36">
> 
> I think this is the root cause, but why has this happen ? And is this 
> something
> POI should consider that this can happen?
> 
> Regards
> Volker

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