Hi, I see there is a method getSheetName() in XSSFReader.SheetIterator. It would have been great if I could also have had a method to get sheet rId. e.g. getSheetId(). I required this to search for sheets using it's rId.
Also, methods to check if given sheets (by name and rId) do exist or not would also be great. I needed this to read both xls (using Record Aware Event API HSSF Only) and xlsx files (using XSSF and SAX Event API) with low memory footprint. Thanks, Parag --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
