Example usage for Java org.apache.poi.xssf.eventusermodel XSSFReader fields, constructors, methods, implement or subclass
The text is from its open source code.
XSSFReader(OPCPackage pkg) Creates a new XSSFReader, for the given package |
InputStream | getSharedStringsData() Returns an InputStream to read the contents of the shared strings table. |
SharedStringsTable | getSharedStringsTable() Opens up the Shared Strings Table, parses it, and returns a handy object for working with shared strings. |
InputStream | getSheet(String relId) Returns an InputStream to read the contents of the specified Sheet. |
Iterator | getSheetsData() Returns an Iterator which will let you get at all the different Sheets in turn. |
InputStream | getStylesData() Returns an InputStream to read the contents of the styles table. |
StylesTable | getStylesTable() Opens up the Styles Table, parses it, and returns a handy object for working with cell styles |
InputStream | getWorkbookData() Returns an InputStream to read the contents of the main Workbook, which contains key overall data for the file, including sheet definitions. |