Uses of Class
org.apache.poi.hssf.record.FormulaRecord
Packages that use FormulaRecord
Package
Description
DEV package serves two purposes.
Record package contains class representations for XLS binary strutures.
record aggregates are not real "records" but collections of records that act as a single record.
-
Uses of FormulaRecord in org.apache.poi.hssf.dev
Methods in org.apache.poi.hssf.dev with parameters of type FormulaRecordModifier and TypeMethodDescriptionvoid
FormulaViewer.parseFormulaRecord
(FormulaRecord record) Method parseFormulaRecord -
Uses of FormulaRecord in org.apache.poi.hssf.record
Methods in org.apache.poi.hssf.record that return FormulaRecordMethods in org.apache.poi.hssf.record with parameters of type FormulaRecordModifier and TypeMethodDescriptionPtg[]
SharedFormulaRecord.getFormulaTokens
(FormulaRecord formula) Convert formula into an array ofPtg
tokens. -
Uses of FormulaRecord in org.apache.poi.hssf.record.aggregates
Methods in org.apache.poi.hssf.record.aggregates that return FormulaRecordConstructors in org.apache.poi.hssf.record.aggregates with parameters of type FormulaRecordModifierConstructorDescriptionFormulaRecordAggregate
(FormulaRecord formulaRec, StringRecord stringRec, SharedValueManager svm)