On Fri, 24 Sep 2010, Rajiv Poddar wrote:
I actually forgot to mention that I am using XSSF for reading excel files, not HSSF. Is there any such libraries in POI 3.6 to extract meta-data?

The ooxml metadata is simpler, so for investigating just unzip the .xlsx file and poke around in the xml files under /docProps/

To the process them, take a look at POIXMLPropertiesTextExtractor - it'll print out the text values for you, and the source code will show you how to get at the properties yourself

Nick

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

Reply via email to