Java org.apache.poi.xssf.eventusermodel XSSFReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.xssf.eventusermodel XSSFReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.xssf.eventusermodel XSSFReader.

The text is from its open source code.

Constructor

XSSFReader(OPCPackage pkg)
Creates a new XSSFReader, for the given package

Method

InputStreamgetSharedStringsData()
Returns an InputStream to read the contents of the shared strings table.
SharedStringsTablegetSharedStringsTable()
Opens up the Shared Strings Table, parses it, and returns a handy object for working with shared strings.
InputStreamgetSheet(String relId)
Returns an InputStream to read the contents of the specified Sheet.
IteratorgetSheetsData()
Returns an Iterator which will let you get at all the different Sheets in turn.
InputStreamgetStylesData()
Returns an InputStream to read the contents of the styles table.
StylesTablegetStylesTable()
Opens up the Styles Table, parses it, and returns a handy object for working with cell styles
InputStreamgetWorkbookData()
Returns an InputStream to read the contents of the main Workbook, which contains key overall data for the file, including sheet definitions.