Package org.apache.poi.xssf.usermodel
Class XSSFEvaluationWorkbookInterceptor
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbookInterceptor
-
public class XSSFEvaluationWorkbookInterceptor extends Object
A method interceptor forXSSFEvaluationWorkbook
to override the default behavior in POI-OOXML library.- Author:
- jumperchen
-
-
Constructor Summary
Constructors Constructor Description XSSFEvaluationWorkbookInterceptor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Ptg[]
getFormulaTokens(org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook workbook, EvaluationCell evalCell)
-
-
-
Method Detail
-
getFormulaTokens
public static Ptg[] getFormulaTokens(@This org.apache.poi.xssf.usermodel.XSSFEvaluationWorkbook workbook, @Argument(0) EvaluationCell evalCell)
-
-