https://issues.apache.org/bugzilla/show_bug.cgi?id=48075
--- Comment #4 from Sergey Vladimirov <vlsergey@gmail.com> 2011-07-11 16:58:17 UTC ---
This file seems so very wrong to me. OpenOffice or LibreOffice can't even show
it correctly.
More detailed, it have 2 TextPieces:
TextPiece from 0 to 1199 (PieceDescriptor (pos: 2048; unicode))
TextPiece from 1199 to 2377 (PieceDescriptor (pos: 4608; unicode))
but all CHPX are reffers to second text piece:
* CHPX from 1024 to 1037 (in bytes 4096 to 4122)
* CHPX from 1037 to 1038 (in bytes 4122 to 4124)
* ...
* CHPX from 2142 to 2377 (in bytes 6494 to 11776)
as well as PAPX:
* PAPX from 1185 to 1199 (in bytes 4418 to 4478)
* PAPX from 2142 to 2377 (in bytes 6494 to 12102)
so it just bad file, AFAIK.
Apart from that, there is a table without single row or cell. I.e. there is a
PAPX with inTable=true, but no end cells marks.
--
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: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org
|