Package io.vertx.tp.plugin.excel.ranger
Interface ExIn
-
- All Known Implementing Classes:
AbstractExIn,ComplexIn,PureIn
public interface ExIn- Author:
- Lang Two method for 1) Complex Tpl 2) Simple Tpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExTableapplyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.vertx.up.commune.element.TypeAtom TypeAtom)ExBoundapplyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)ExInbind(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
-