public class XSSFBReader extends XSSFReader
| Modifier and Type | Class and Description |
|---|---|
static class |
XSSFBReader.SheetIterator |
XSSFReader.XMLSheetRefReader, XSSFReader.XSSFSheetRefpkg, useReadOnlySharedStringsTable, 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, getWorkbookData, setUseReadOnlySharedStringsTable, useReadOnlySharedStringsTablepublic XSSFBReader(OPCPackage pkg) throws IOException, OpenXML4JException
pkg - opc packageOpenXML4JException - if the package data format is invalidIOException - if there is an I/O issue reading the datapublic 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 XSSFReaderInputStreamsInvalidFormatException - if the sheet data format is invalidIOException - if there is an I/O issue reading the datapublic XSSFBStylesTable getXSSFBStylesTable() throws IOException
IOException