@Internal
public class OoxmlReader
extends org.apache.poi.xssf.eventusermodel.XSSFReader
Modifier and Type | Class and Description |
---|---|
class |
OoxmlReader.OoxmlSheetIterator
Iterator over sheet data.
|
Constructor and Description |
---|
OoxmlReader(StreamingWorkbookReader streamingWorkbookReader,
org.apache.poi.openxml4j.opc.OPCPackage pkg,
boolean strictOoxmlChecksNeeded)
Creates a new XSSFReader, for the given package
|
Modifier and Type | Method and Description |
---|---|
org.apache.poi.xssf.model.SharedStrings |
getSharedStrings(StreamingReader.Builder builder)
Opens up the Shared Strings Table, parses it, and
returns a handy object for working with
shared strings.
|
org.apache.poi.xssf.model.SharedStringsTable |
getSharedStringsTable()
Opens up the Shared Strings Table, parses it, and
returns a handy object for working with
shared strings.
|
OoxmlReader.OoxmlSheetIterator |
getSheetsData()
Returns an Iterator which will let you get at all the
different Sheets in turn.
|
org.apache.poi.xssf.model.StylesTable |
getStylesTable()
Opens up the Styles Table, parses it, and
returns a handy object for working with cell styles
|
@Internal public OoxmlReader(StreamingWorkbookReader streamingWorkbookReader, org.apache.poi.openxml4j.opc.OPCPackage pkg, boolean strictOoxmlChecksNeeded) throws java.io.IOException, org.apache.poi.openxml4j.exceptions.OpenXML4JException
java.io.IOException
org.apache.poi.openxml4j.exceptions.OpenXML4JException
public org.apache.poi.xssf.model.SharedStringsTable getSharedStringsTable() throws java.io.IOException
getSharedStringsTable
in class org.apache.poi.xssf.eventusermodel.XSSFReader
java.io.IOException
public org.apache.poi.xssf.model.SharedStrings getSharedStrings(StreamingReader.Builder builder) throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public org.apache.poi.xssf.model.StylesTable getStylesTable() throws java.io.IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
getStylesTable
in class org.apache.poi.xssf.eventusermodel.XSSFReader
java.io.IOException
org.apache.poi.openxml4j.exceptions.InvalidFormatException
public OoxmlReader.OoxmlSheetIterator getSheetsData() throws java.io.IOException
getSheetsData
in class org.apache.poi.xssf.eventusermodel.XSSFReader
java.io.IOException