Package io.keikai.model.impl.sys.formula
Interface FormulaEngineImpl.FormulaAdjuster
- Enclosing class:
- FormulaEngineImpl
protected static interface FormulaEngineImpl.FormulaAdjuster
-
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(int sheetIndex, org.apache.poi.ss.formula.ptg.Ptg[] tokens, ParsingBook parsingBook, FormulaParseContext context)
-
Method Details
-
process
boolean process(int sheetIndex, org.apache.poi.ss.formula.ptg.Ptg[] tokens, ParsingBook parsingBook, FormulaParseContext context) - Returns:
- true if formula modified, denote this formula needs re-render
-