Uses of Class
loci.poi.hssf.model.Workbook
Packages that use Workbook
Package
Description
Provides low level API structures for reading, writing, modifying XLS files.
Record package contains class representations for XLS binary strutures.
formula package contains binary PTG structures used in Formulas
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Workbook in loci.poi.hssf.model
Methods in loci.poi.hssf.model that return WorkbookModifier and TypeMethodDescriptionstatic WorkbookWorkbook.createWorkbook()Creates an empty workbook object with three blank sheets and all the empty fields.static WorkbookWorkbook.createWorkbook(List recs) read support for low level API.Methods in loci.poi.hssf.model with parameters of type WorkbookModifier and TypeMethodDescriptionstatic StringFormulaParser.toFormulaString(Workbook book, List lptgs) Convience method which takes in a list then passes it to the other toFormulaString signature.static StringFormulaParser.toFormulaString(Workbook book, Ptg[] ptgs) Static method to convert an array of Ptgs in RPN order to a human readable string format in infix mode.Constructors in loci.poi.hssf.model with parameters of type WorkbookModifierConstructorDescriptionFormulaParser(String formula, Workbook book) Create the formula parser, with the string that is to be parsed against the supplied workbook. -
Uses of Workbook in loci.poi.hssf.record
Methods in loci.poi.hssf.record with parameters of type WorkbookModifier and TypeMethodDescriptionNameRecord.getAreaReference(Workbook book) gets the reference , the area only (range) -
Uses of Workbook in loci.poi.hssf.record.formula
Methods in loci.poi.hssf.record.formula with parameters of type WorkbookModifier and TypeMethodDescriptionAbstractFunctionPtg.toFormulaString(Workbook book) AddPtg.toFormulaString(Workbook book) Implementation of method from PtgArea3DPtg.toFormulaString(Workbook book) AreaErrPtg.toFormulaString(Workbook book) AreaNAPtg.toFormulaString(Workbook book) AreaNPtg.toFormulaString(Workbook book) AreaNVPtg.toFormulaString(Workbook book) AreaPtg.toFormulaString(Workbook book) ArrayPtg.toFormulaString(Workbook book) AttrPtg.toFormulaString(Workbook book) BoolPtg.toFormulaString(Workbook book) ConcatPtg.toFormulaString(Workbook book) DividePtg.toFormulaString(Workbook book) EqualPtg.toFormulaString(Workbook book) ErrPtg.toFormulaString(Workbook book) ExpPtg.toFormulaString(Workbook book) GreaterEqualPtg.toFormulaString(Workbook book) GreaterThanPtg.toFormulaString(Workbook book) Implementation of method from PtgIntersectionPtg.toFormulaString(Workbook book) Implementation of method from PtgIntPtg.toFormulaString(Workbook book) LessEqualPtg.toFormulaString(Workbook book) LessThanPtg.toFormulaString(Workbook book) Implementation of method from PtgMemAreaPtg.toFormulaString(Workbook book) MemErrPtg.toFormulaString(Workbook book) MemFuncPtg.toFormulaString(Workbook book) MissingArgPtg.toFormulaString(Workbook book) MultiplyPtg.toFormulaString(Workbook book) NamePtg.toFormulaString(Workbook book) NameXPtg.toFormulaString(Workbook book) NotEqualPtg.toFormulaString(Workbook book) NumberPtg.toFormulaString(Workbook book) ParenthesisPtg.toFormulaString(Workbook book) PercentPtg.toFormulaString(Workbook book) Implementation of method from PtgPowerPtg.toFormulaString(Workbook book) abstract StringPtg.toFormulaString(Workbook book) return a string representation of this token aloneRangePtg.toFormulaString(Workbook book) Implementation of method from PtgRef3DPtg.toFormulaString(Workbook book) ReferencePtg.toFormulaString(Workbook book) RefErrorPtg.toFormulaString(Workbook book) RefNAPtg.toFormulaString(Workbook book) RefNPtg.toFormulaString(Workbook book) RefNVPtg.toFormulaString(Workbook book) StringPtg.toFormulaString(Workbook book) SubtractPtg.toFormulaString(Workbook book) UnaryMinusPtg.toFormulaString(Workbook book) Implementation of method from PtgUnaryPlusPtg.toFormulaString(Workbook book) Implementation of method from PtgUnionPtg.toFormulaString(Workbook book) Implementation of method from PtgUnknownPtg.toFormulaString(Workbook book) Constructors in loci.poi.hssf.record.formula with parameters of type Workbook -
Uses of Workbook in loci.poi.hssf.usermodel
Fields in loci.poi.hssf.usermodel declared as WorkbookMethods in loci.poi.hssf.usermodel that return WorkbookModifier and TypeMethodDescriptionprotected WorkbookHSSFCell.getBoundWorkbook()Returns the Workbook that this Cell is bound toprotected WorkbookHSSFWorkbook.getWorkbook()Methods in loci.poi.hssf.usermodel with parameters of type WorkbookModifier and TypeMethodDescriptionHSSFCellStyle.getDataFormatString(Workbook workbook) Get the contents of the format string, by looking up the DataFormat against the supplied workbookConstructors in loci.poi.hssf.usermodel with parameters of type WorkbookModifierConstructorDescriptionprotectedCreates new Cell - Should only be called by HSSFRow.protectedCreates new Cell - Should only be called by HSSFRow.protectedHSSFCell(Workbook book, Sheet sheet, int row, CellValueRecordInterface cval) Creates an HSSFCell from a CellValueRecordInterface.HSSFDataFormat(Workbook workbook) Construncts a new data formatter.protectedHSSFName(Workbook book, NameRecord name) Creates new HSSFName - called by HSSFWorkbook to create a sheet from scratch.protectedCreates new HSSFRow from scratch.protectedCreates an HSSFRow from a low level RowRecord object.protectedHSSFWorkbook(Workbook book)