public class XSSFBReader extends XSSFReader
| Modifier and Type | Class and Description |
|---|---|
static class |
XSSFBReader.SheetIterator |
XSSFReader.XMLSheetRefReader, XSSFReader.XSSFSheetRefpkg, workbookPart| Constructor and Description |
|---|
XSSFBReader(OPCPackage pkg)
Creates a new XSSFReader, for the given package
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsPathMetadata()
In Excel 2013, the absolute path where the file was last saved may be stored in
the
XSSFBRecordType.BrtAbsPath15 record. |
Iterator<InputStream> |
getSheetsData()
Returns an Iterator which will let you get at all the
different Sheets in turn.
|
XSSFBStylesTable |
getXSSFBStylesTable() |
getSharedStringsData, getSharedStringsTable, getSheet, getStylesData, getStylesTable, getThemesData, getWorkbookDatapublic XSSFBReader(OPCPackage pkg) throws IOException, OpenXML4JException
pkg - opc packageIOExceptionOpenXML4JExceptionpublic String getAbsPathMetadata() throws IOException
XSSFBRecordType.BrtAbsPath15 record. The equivalent in ooxml is
<x15ac:absPath>.null if it could not be found.IOException - when there's a problem with the workbook part's streampublic Iterator<InputStream> getSheetsData() throws IOException, InvalidFormatException
getSheetsData in class XSSFReaderIOExceptionInvalidFormatExceptionpublic XSSFBStylesTable getXSSFBStylesTable() throws IOException
IOException