Package | Description |
---|---|
io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
org.zkoss.poi.hssf.record |
Record package contains class representations for XLS binary strutures.
|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected Formula |
FormulaEngineImpl.FormulaExpressionImpl.formulaX |
Modifier and Type | Method and Description |
---|---|
Map<String,Formula> |
ParsingBook.getFormulaParsingCache() |
Map<String,Formula> |
EvalBook.getFormulaParsingCache() |
Constructor and Description |
---|
FormulaExpressionImpl(String formula,
Formula formulaX,
Ref[] refs,
boolean multipleArea) |
FormulaExpressionImpl(String formula,
Formula formulaX,
Ref[] refs,
boolean error,
String errorMessage,
boolean multipleArea) |
Modifier and Type | Method and Description |
---|---|
Formula |
FormulaRecord.getFormula() |
Constructor and Description |
---|
ArrayRecord(Formula formula,
CellRangeAddress8Bit range) |
Modifier and Type | Method and Description |
---|---|
Map<String,Formula> |
HSSFEvaluationWorkbook.getFormulaParsingCache() |
Modifier and Type | Method and Description |
---|---|
Formula |
Formula.copy() |
static Formula |
Formula.create(Ptg[] ptgs)
|
static Formula |
Formula.createX(Ptg[] ptgs)
|
static Formula |
Formula.read(int encodedTokenLen,
LittleEndianInput in)
Convenience method for
read(int, LittleEndianInput, int) |
static Formula |
Formula.read(int encodedTokenLen,
LittleEndianInput in,
int totalEncodedLen)
When there are no array constants present, encodedTokenLen==totalEncodedLen
|
Modifier and Type | Method and Description |
---|---|
Map<String,Formula> |
FormulaParsingWorkbook.getFormulaParsingCache() |
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
Formula.getTokens(Formula formula)
|
static Ptg[] |
Formula.getTokens(Formula formula,
SpreadsheetVersion version) |
boolean |
Formula.isSame(Formula other) |
Modifier and Type | Method and Description |
---|---|
Map<String,Formula> |
XSSFEvaluationWorkbook.getFormulaParsingCache() |
Copyright © 2020. All rights reserved.