Uses of Class
org.apache.poi.xssf.model.SharedStringsTable
-
Packages that use SharedStringsTable Package Description org.apache.poi.xssf.streaming org.apache.poi.xssf.usermodel -
-
Uses of SharedStringsTable in org.apache.poi.xssf.streaming
Fields in org.apache.poi.xssf.streaming declared as SharedStringsTable Modifier and Type Field Description protected SharedStringsTableSXSSFWorkbook. _sharedStringSourceshared string table - a cache of strings in this workbookMethods in org.apache.poi.xssf.streaming that return SharedStringsTable Modifier and Type Method Description protected SharedStringsTableSXSSFWorkbook. getSharedStringSource()Constructors in org.apache.poi.xssf.streaming with parameters of type SharedStringsTable Constructor Description GZIPSheetDataWriter(SharedStringsTable sharedStringsTable)SheetDataWriter(SharedStringsTable sharedStringsTable) -
Uses of SharedStringsTable in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return SharedStringsTable Modifier and Type Method Description protected SharedStringsTableXSSFCell. getSharedStringSource()SharedStringsTableXSSFWorkbook. getSharedStringSource()Returns SharedStringsTable - tha cache of string for this workbook
-