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 2013/11/06 14:07:01 UTC

[Bug 55748] Exception with message:Duplicate name " DocumentSummaryInformation" when reading xls File

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

Nick Burch <ap...@gagravarr.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Try with NPOIFSFileSystem instead of POIFSFileSystem, just in case it's
something odd

Otherwise, without the file, there's not much that we can do. Most likely
though, it's just an invalid file - entries within the POIFS (ole2) structure
must have unique names. From the exception, it looks like you've somehow ended
up with two entries with the same name, which isn't allowed

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