Uses of Class
org.apache.poi.ss.formula.ptg.TablePtg
-
Packages that use TablePtg Package Description io.keikai.model.impl.sys.formula Keikai Spreadsheet Internal Book Model Implementation classes.org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas. -
-
Uses of TablePtg in io.keikai.model.impl.sys.formula
Methods in io.keikai.model.impl.sys.formula that return TablePtg Modifier and Type Method Description TablePtg
EvalBook. createTablePtg(String tableName, Object[] specifiers, int sheetIndex, int rowIdx, int colIdx)
TablePtg
ParsingBook. createTablePtg(String tableName, Object[] specifiers, int sheetIndex, int rowIdx, int colIdx)
-
Uses of TablePtg in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return TablePtg Modifier and Type Method Description TablePtg
HSSFEvaluationWorkbook. createTablePtg(String tableName, Object[] specifiers, int sheetIndex, int rowIdx, int colIdx)
-
Uses of TablePtg in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return TablePtg Modifier and Type Method Description TablePtg
FormulaParsingWorkbook. createTablePtg(String tableName, Object[] specifiers, int sheetIndex, int rowIdx, int colIdx)
-