Package | Description |
---|---|
io.keikai.model.impl.sys.formula |
Keikai Spreadsheet Internal Book Model Implementation classes.
|
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 | Method and Description |
---|---|
TablePtg |
ParsingBook.createTablePtg(String tableName,
Object[] specifiers,
int sheetIndex,
int rowIdx,
int colIdx) |
TablePtg |
EvalBook.createTablePtg(String tableName,
Object[] specifiers,
int sheetIndex,
int rowIdx,
int colIdx) |
Modifier and Type | Method and Description |
---|---|
TablePtg |
HSSFEvaluationWorkbook.createTablePtg(String tableName,
Object[] specifiers,
int sheetIndex,
int rowIdx,
int colIdx) |
Modifier and Type | Method and Description |
---|---|
TablePtg |
FormulaParsingWorkbook.createTablePtg(String tableName,
Object[] specifiers,
int sheetIndex,
int rowIdx,
int colIdx) |
Modifier and Type | Method and Description |
---|---|
TablePtg |
XSSFEvaluationWorkbook.createTablePtg(String tableName,
Object[] specifiers,
int sheetIndex,
int rowIdx,
int colIdx) |
Copyright © 2020. All rights reserved.