Package | Description |
---|---|
io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
io.keikaiex.formula |
Classes bridging Keikai Spreadsheet formula functions to ZK EL functions.
|
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 | Class and Description |
---|---|
class |
EvalBook
modified from org.zkoss.poi.xssf.usermodel.XSSFEvaluationWorkbook
|
class |
ParsingBook
A pseudo formula parsing workbook for parsing only.
|
Modifier and Type | Method and Description |
---|---|
Ptg[] |
FormulaEngineImpl.parse(String formula,
FormulaParsingWorkbook book,
int sheetIndex,
FormulaParseContext context) |
Modifier and Type | Method and Description |
---|---|
Ptg[] |
FormulaEngineEx.parse(String formula,
FormulaParsingWorkbook book,
int sheetIndex,
FormulaParseContext context) |
Modifier and Type | Class and Description |
---|---|
class |
HSSFEvaluationWorkbook
Internal POI use only
|
Modifier and Type | Method and Description |
---|---|
static Ptg[] |
FormulaParser.parse(String formula,
FormulaParsingWorkbook workbook,
int formulaType,
int sheetIndex)
Parse a formula into a array of tokens
|
static Ptg[] |
FormulaParser.parse(String formula,
FormulaParsingWorkbook workbook,
int formulaType,
int sheetIndex,
int rowIdx,
int colIdx)
Parse a formula into a array of tokens
|
static Ptg[] |
FormulaParser.parse(String formula,
FormulaParsingWorkbook workbook,
int formulaType,
int sheetIndex,
Locale locale) |
static Ptg[] |
FormulaParser.parse(String formula,
FormulaParsingWorkbook workbook,
int formulaType,
int sheetIndex,
Locale locale,
int rowIdx,
int colIdx) |
Modifier and Type | Class and Description |
---|---|
class |
XSSFEvaluationWorkbook
Internal POI use only
|
Copyright © 2020. All rights reserved.