Uses of Class
org.apache.poi.xssf.binary.XSSFBStylesTable
-
Packages that use XSSFBStylesTable Package Description org.apache.poi.xssf.binary The org.apache.poi.xssf.binary package includes necessary underlying components for streaming/read-only processing of xlsb files.org.apache.poi.xssf.eventusermodel org.apache.poi.xssf.extractor -
-
Uses of XSSFBStylesTable in org.apache.poi.xssf.binary
Constructors in org.apache.poi.xssf.binary with parameters of type XSSFBStylesTable Constructor Description XSSFBSheetHandler(java.io.InputStream is, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults)
-
Uses of XSSFBStylesTable in org.apache.poi.xssf.eventusermodel
Methods in org.apache.poi.xssf.eventusermodel that return XSSFBStylesTable Modifier and Type Method Description XSSFBStylesTable
XSSFBReader. getXSSFBStylesTable()
-
Uses of XSSFBStylesTable in org.apache.poi.xssf.extractor
Methods in org.apache.poi.xssf.extractor with parameters of type XSSFBStylesTable Modifier and Type Method Description void
XSSFBEventBasedExcelExtractor. processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, java.io.InputStream sheetInputStream)
Processes the given sheet
-