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-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org