hi, new to this forum here i am reading a large excel file which the usermodel does not support (got the infamous out of heap memory) which forces me to use the eventusermodel. after digging the api, and example i find no way of identifying which sheet the record come from (even though the row/col can be identified by getters supplied).
for example of eventusermodel http://poi.apache.org/hssf/how-to.html http://poi.apache.org/hssf/how-to.html for apache poi api http://poi.apache.org/apidocs/index.html http://poi.apache.org/apidocs/index.html thanks for reading and replying, appreciate it p.s. i tried dumping the sheet records and data record out thinking that the eventusermodel api it would process the records in pecific order that allows identification of the sheet. but apparently there is no order to what gets processed first (easy to tell because all the sheet records gets dumped first). -- View this message in context: http://www.nabble.com/identify-excel-sheet-in-eventusermodel-tp16182268p16182268.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]
