Hi Nick, Thanks for the reply. I dont want to touch the already working HSSF evetn based implementation we have for xls reading. can i implement same low level + low memory event based parsing for xlsx files ? (using XSSF or SS model, doesnt matter). can you direct me to a skeleton implementation of such.
Nick Burch-11 wrote: > > 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] > > > -- View this message in context: http://old.nabble.com/reading-xls-or-xlsx-file-using-SS-model-tp27911945p27988814.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
