On Thu, 23 Sep 2010, Rajiv Poddar wrote:
Is there any way to find out - number and names of sheets, number of records in each sheet in an Excel workbook, without reading complete file (so that we can discard reading files which do not follow our business rules and hence save memory/processing).
The event processing will provide you with a fairly low memory way to get at this sort of stuff
http://poi.apache.org/spreadsheet/how-to.html#event_api Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
