Uses of Class
org.apache.poi.xssf.binary.XSSFBSharedStringsTable

Packages that use XSSFBSharedStringsTable
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.extractor   
 

Uses of XSSFBSharedStringsTable in org.apache.poi.xssf.binary
 

Constructors in org.apache.poi.xssf.binary with parameters of type XSSFBSharedStringsTable
XSSFBSheetHandler(java.io.InputStream is, XSSFBStylesTable styles, XSSFBCommentsTable comments, XSSFBSharedStringsTable strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults)
           
 

Uses of XSSFBSharedStringsTable in org.apache.poi.xssf.extractor
 

Methods in org.apache.poi.xssf.extractor with parameters of type XSSFBSharedStringsTable
 void XSSFBEventBasedExcelExtractor.processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, XSSFBStylesTable styles, XSSFBCommentsTable comments, XSSFBSharedStringsTable strings, java.io.InputStream sheetInputStream)
          Processes the given sheet
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.