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 classXSSFBSharedStringsTableConstructors in org.apache.poi.xssf.binary with parameters of type SharedStrings Constructor Description XSSFBSheetHandler(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 classReadOnlySharedStringsTableThis is a lightweight way to process the Shared Strings table.Methods in org.apache.poi.xssf.eventusermodel that return SharedStrings Modifier and Type Method Description SharedStringsXSSFReader. getSharedStringsTable()Opens up the Shared Strings Table, parses it, and returns a handy object for working with shared strings.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 SharedStringsXSSFEventBasedExcelExtractor. createSharedStringsTable(XSSFReader xssfReader, OPCPackage container)Methods in org.apache.poi.xssf.extractor with parameters of type SharedStrings Modifier and Type Method Description voidXSSFBEventBasedExcelExtractor. processSheet(XSSFSheetXMLHandler.SheetContentsHandler sheetContentsExtractor, XSSFBStylesTable styles, XSSFBCommentsTable comments, SharedStrings strings, InputStream sheetInputStream)Processes the given sheetvoidXSSFEventBasedExcelExtractor. 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 SharedStrings Modifier and Type Class Description classSharedStringsTableTable of strings shared across all sheets in a workbook.
-