You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2012/09/03 14:12:49 UTC

[Bug 53819] Can't read xlsx files with error

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

Yegor Kozlov <ye...@dinom.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All
           Severity|blocker                     |normal

--- Comment #1 from Yegor Kozlov <ye...@dinom.ru> ---
The stack trace tells that the file contains invalid xml. I checked the
attached file and it is indeed so: 
/xl/drawings/vmlDrawing1.vml contains duplicate attributes which is not
allowed,
have a look at the following fragemnt:

  <v:fill o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1"
o:relid="rId1"
   o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1"
   o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1"
   o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1"
   o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1" o:relid="rId1"


I don't see a problem with POI here. What is the origin of this file? Make sure
that this application writes correct XML. 

Yegor

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org