Uses of Class
org.apache.poi.hssf.model.InternalWorkbook
-
Packages that use InternalWorkbook Package Description org.apache.poi.hssf.eventusermodel HSSF eventmodel Package provides an event-based API for reading HSSF files.org.apache.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of InternalWorkbook in org.apache.poi.hssf.eventusermodel
Methods in org.apache.poi.hssf.eventusermodel that return InternalWorkbook Modifier and Type Method Description static InternalWorkbook
EventWorkbookBuilder. createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds)
Creates a stub workbook from the supplied records, suitable for use with theHSSFFormulaParser
static InternalWorkbook
EventWorkbookBuilder. createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds, SSTRecord sst)
Creates a stub Workbook from the supplied records, suitable for use with theHSSFFormulaParser
InternalWorkbook
EventWorkbookBuilder.SheetRecordCollectingListener. getStubWorkbook()
-
Uses of InternalWorkbook in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return InternalWorkbook Modifier and Type Method Description static InternalWorkbook
InternalWorkbook. createWorkbook()
Creates an empty workbook object with three blank sheets and all the empty fields.static InternalWorkbook
InternalWorkbook. createWorkbook(List<Record> recs)
read support for low level API. -
Uses of InternalWorkbook in org.apache.poi.hssf.usermodel
Fields in org.apache.poi.hssf.usermodel declared as InternalWorkbook Modifier and Type Field Description protected InternalWorkbook
HSSFSheet. _book
Methods in org.apache.poi.hssf.usermodel that return InternalWorkbook Modifier and Type Method Description protected InternalWorkbook
HSSFCell. getBoundWorkbook()
Returns the Workbook that this Cell is bound toInternalWorkbook
HSSFWorkbook. getInternalWorkbook()
InternalWorkbook
HSSFWorkbook. getWorkbook()
Methods in org.apache.poi.hssf.usermodel with parameters of type InternalWorkbook Modifier and Type Method Description static HSSFWorkbook
HSSFWorkbook. create(InternalWorkbook book)
String
HSSFCellStyle. getDataFormatString(InternalWorkbook workbook)
Get the contents of the format string, by looking up the DataFormat against the supplied low level workbookConstructors in org.apache.poi.hssf.usermodel with parameters of type InternalWorkbook Constructor Description HSSFCellStyle(short index, ExtendedFormatRecord rec, InternalWorkbook workbook)
-