Uses of Interface
org.apache.poi.xssf.model.SharedStrings
-
Packages that use SharedStrings 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 org.apache.poi.xssf.model -
-
Uses of SharedStrings in org.apache.poi.xssf.binary
Classes in org.apache.poi.xssf.binary that implement SharedStrings Modifier and Type Class Description class
XSSFBSharedStringsTable
Constructors in org.apache.poi.xssf.binary with parameters of type SharedStrings Constructor Description XSSFBSheetHandler(java.io.InputStream is, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults)
-
Uses of SharedStrings in org.apache.poi.xssf.eventusermodel
Classes in org.apache.poi.xssf.eventusermodel that implement SharedStrings Modifier and Type Class Description class
ReadOnlySharedStringsTable
This is a lightweight way to process the Shared Strings table.Constructors in org.apache.poi.xssf.eventusermodel with parameters of type SharedStrings Constructor Description XSSFSheetXMLHandler(Styles styles, Comments comments, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults)
Accepts objects needed while parsing.XSSFSheetXMLHandler(Styles styles, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, boolean formulasNotResults)
Accepts objects needed while parsing.XSSFSheetXMLHandler(Styles styles, SharedStrings strings, XSSFSheetXMLHandler.SheetContentsHandler sheetContentsHandler, DataFormatter dataFormatter, boolean formulasNotResults)
Accepts objects needed while parsing. -
Uses of SharedStrings in org.apache.poi.xssf.extractor
Methods in org.apache.poi.xssf.extractor that return SharedStrings Modifier and Type Method Description protected SharedStrings
XSSFEventBasedExcelExtractor. createSharedStringsTable(XSSFReader xssfReader, OPCPackage container)
Methods in org.apache.poi.xssf.extractor with parameters of type SharedStrings Modifier and Type Method Description void
XSSFBEventBasedExcelExtractor. processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, java.io.InputStream sheetInputStream)
Processes the given sheetvoid
XSSFEventBasedExcelExtractor. processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, Styles styles, Comments comments, SharedStrings strings, java.io.InputStream sheetInputStream)
Processes the given sheet -
Uses of SharedStrings in org.apache.poi.xssf.model
Classes in org.apache.poi.xssf.model that implement SharedStrings Modifier and Type Class Description class
SharedStringsTable
Table of strings shared across all sheets in a workbook.
-