Uses of Interface
org.apache.poi.xssf.model.SharedStrings
Packages that use SharedStrings
Package
Description
The org.apache.poi.xssf.binary package includes necessary underlying components
for streaming/read-only processing of xlsb files.
-
Uses of SharedStrings in org.apache.poi.xssf.binary
Classes in org.apache.poi.xssf.binary that implement SharedStringsConstructors in org.apache.poi.xssf.binary with parameters of type SharedStringsModifierConstructorDescriptionXSSFBSheetHandler
(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 SharedStringsModifier and TypeClassDescriptionclass
This is a lightweight way to process the Shared Strings table.Constructors in org.apache.poi.xssf.eventusermodel with parameters of type SharedStringsModifierConstructorDescriptionXSSFSheetXMLHandler
(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 SharedStringsModifier and TypeMethodDescriptionprotected SharedStrings
XSSFEventBasedExcelExtractor.createSharedStringsTable
(XSSFReader xssfReader, OPCPackage container) Methods in org.apache.poi.xssf.extractor with parameters of type SharedStringsModifier and TypeMethodDescriptionvoid
XSSFBEventBasedExcelExtractor.processSheet
(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, InputStream sheetInputStream) Processes the given sheetvoid
XSSFEventBasedExcelExtractor.processSheet
(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, Styles styles, Comments comments, SharedStrings strings, InputStream sheetInputStream) Processes the given sheet -
Uses of SharedStrings in org.apache.poi.xssf.model
Classes in org.apache.poi.xssf.model that implement SharedStringsModifier and TypeClassDescriptionclass
Table of strings shared across all sheets in a workbook.