Uses of Class
org.apache.poi.hssf.model.InternalWorkbook
Packages that use InternalWorkbook
Package
Description
HSSF eventmodel Package provides an event-based API for reading HSSF files.
Provides low level API structures for reading, writing, modifying XLS files.
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of InternalWorkbook in org.apache.poi.hssf.eventusermodel
Methods in org.apache.poi.hssf.eventusermodel that return InternalWorkbookModifier and TypeMethodDescriptionstatic InternalWorkbookEventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds) Creates a stub workbook from the supplied records, suitable for use with theHSSFFormulaParserstatic InternalWorkbookEventWorkbookBuilder.createStubWorkbook(ExternSheetRecord[] externs, BoundSheetRecord[] bounds, SSTRecord sst) Creates a stub Workbook from the supplied records, suitable for use with theHSSFFormulaParserEventWorkbookBuilder.SheetRecordCollectingListener.getStubWorkbook() -
Uses of InternalWorkbook in org.apache.poi.hssf.model
Methods in org.apache.poi.hssf.model that return InternalWorkbookModifier and TypeMethodDescriptionstatic InternalWorkbookInternalWorkbook.createWorkbook()Creates an empty workbook object with three blank sheets and all the empty fields.static InternalWorkbookInternalWorkbook.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 InternalWorkbookMethods in org.apache.poi.hssf.usermodel that return InternalWorkbookModifier and TypeMethodDescriptionprotected InternalWorkbookHSSFCell.getBoundWorkbook()Returns the Workbook that this Cell is bound toHSSFWorkbook.getInternalWorkbook()Methods in org.apache.poi.hssf.usermodel with parameters of type InternalWorkbookModifier and TypeMethodDescriptionstatic HSSFWorkbookHSSFWorkbook.create(InternalWorkbook book) 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 InternalWorkbookModifierConstructorDescriptionprotectedHSSFCellStyle(short index, ExtendedFormatRecord rec, InternalWorkbook workbook)