On Thu, 21 Jul 2011, Pruitt, Byron S wrote:
I simply need to extract it for read only purposes.

You have two choices. One is to use the methods provided by POI to read and manipulate the core properties part - PackagePropertiesPart

The other, if you don't want any of the checking or validation or helpers,
is simply just to open the file as a regular .zip and read the core part from that

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to