Uses of Interface
org.apache.poi.ss.formula.EvaluationSheet
-
Packages that use EvaluationSheet 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.org.apache.poi.xssf.usermodel -
-
Uses of EvaluationSheet in io.keikai.model.impl.sys.formula
Classes in io.keikai.model.impl.sys.formula that implement EvaluationSheet Modifier and Type Class Description class
EvalSheet
Methods in io.keikai.model.impl.sys.formula that return EvaluationSheet Modifier and Type Method Description EvaluationSheet
EvalBook. getSheet(int sheetIndex)
Methods in io.keikai.model.impl.sys.formula with parameters of type EvaluationSheet Modifier and Type Method Description int
EvalBook. getSheetIndex(EvaluationSheet evalSheet)
-
Uses of EvaluationSheet in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return EvaluationSheet Modifier and Type Method Description EvaluationSheet
HSSFEvaluationWorkbook. getSheet(int sheetIndex)
Methods in org.apache.poi.hssf.usermodel with parameters of type EvaluationSheet Modifier and Type Method Description int
HSSFEvaluationWorkbook. getSheetIndex(EvaluationSheet evalSheet)
-
Uses of EvaluationSheet in org.apache.poi.ss.formula
Methods in org.apache.poi.ss.formula that return EvaluationSheet Modifier and Type Method Description EvaluationSheet
EvaluationCell. getSheet()
EvaluationSheet
EvaluationWorkbook. getSheet(int sheetIndex)
Get the sheet identified by the given 0-based index.Methods in org.apache.poi.ss.formula with parameters of type EvaluationSheet Modifier and Type Method Description int
EvaluationWorkbook. getSheetIndex(EvaluationSheet sheet)
-
Uses of EvaluationSheet in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel with parameters of type EvaluationSheet Modifier and Type Method Description static org.apache.poi.xssf.usermodel.XSSFSheet
XSSFEvaluationSheetHelper. getXSSFSheet(EvaluationSheet evaluationSheet)
-