On Fri, 20 Aug 2010, Cédric Bosdonnat wrote:
I'm diving into the POI HWPF component to dump doc files. I'm encountering some difficulties with the PAPX object. I'ld like to dump the SPRMs contained in it. According to the spec the Grpprl contains starts with an SPRM, but it seems that POI at least reads the istd value from there. Even this way, I'm getting some weird opCode when using the SprmIterator.
It's quite possibly a POI bug... HWPF has been in need of some TLC for a while now, but alas no-one has had the time to dedicate much coding to it. You could well have discovered an area where we're doing something wrong
If you can see from the binary file docs that we should be doing one thing, and discover that we're not quite doing it, do please fix and send in a patch! If you could include a unit test that shows the newly correct behaviour, that'd be great too :)
Cheers Nick
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
