|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xssf.eventusermodel.XSSFReader
org.apache.poi.xssf.eventusermodel.XSSFBReader
public class XSSFBReader
Reader for xlsb files.
Nested Class Summary | |
---|---|
static class |
XSSFBReader.SheetIterator
|
Nested classes/interfaces inherited from class org.apache.poi.xssf.eventusermodel.XSSFReader |
---|
XSSFReader.XSSFSheetRef |
Field Summary |
---|
Fields inherited from class org.apache.poi.xssf.eventusermodel.XSSFReader |
---|
pkg, workbookPart |
Constructor Summary | |
---|---|
XSSFBReader(OPCPackage pkg)
Creates a new XSSFReader, for the given package |
Method Summary | |
---|---|
java.lang.String |
getAbsPathMetadata()
In Excel 2013, the absolute path where the file was last saved may be stored in the XSSFBRecordType.BrtAbsPath15 record. |
java.util.Iterator<java.io.InputStream> |
getSheetsData()
Returns an Iterator which will let you get at all the different Sheets in turn. |
XSSFBStylesTable |
getXSSFBStylesTable()
|
Methods inherited from class org.apache.poi.xssf.eventusermodel.XSSFReader |
---|
getSharedStringsData, getSharedStringsTable, getSheet, getStylesData, getStylesTable, getThemesData, getWorkbookData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSSFBReader(OPCPackage pkg) throws java.io.IOException, OpenXML4JException
pkg
- opc package
java.io.IOException
OpenXML4JException
Method Detail |
---|
public java.lang.String getAbsPathMetadata() throws java.io.IOException
XSSFBRecordType.BrtAbsPath15
record. The equivalent in ooxml is
<x15ac:absPath>.
null
if it could not be found.
java.io.IOException
- when there's a problem with the workbook part's streampublic java.util.Iterator<java.io.InputStream> getSheetsData() throws java.io.IOException, InvalidFormatException
getSheetsData
in class XSSFReader
java.io.IOException
InvalidFormatException
public XSSFBStylesTable getXSSFBStylesTable() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |