On Mon, 22 Mar 2010, khan379 wrote:
khan379 wrote:
we often get xlsx file so i was planning to switch to POI 3.5-FNAL and use
SS model to read both xls and xlsx formats.
the class i have attached heavily uses org.apache.poi.hssf.eventusermodel
and i dont know much how i can convert this file to read xlsx files.

You'll have to choose. You can either use the common SS interface, which hides the differences between XLS and XLSX, or you can have the low level + low memory event based parsing, but have to write two implementations.

Nick

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

Reply via email to