Package io.vertx.tp.plugin.excel.ranger
Class AbstractExIn
java.lang.Object
io.vertx.tp.plugin.excel.ranger.AbstractExIn
- All Implemented Interfaces:
ExIn
- Author:
- Lang
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbind(org.apache.poi.ss.usermodel.FormulaEvaluator evaluator) protected BiConsumer<org.apache.poi.ss.usermodel.Cell,io.modello.atom.typed.MetaAtom> cellConsumer(ConcurrentMap<String, io.vertx.core.json.JsonObject> rowMap, String field) protected voidextractComplex(ConcurrentMap<String, io.vertx.core.json.JsonArray> complexMap, ConcurrentMap<String, io.vertx.core.json.JsonObject> rowMap) protected ObjectextractValue(org.apache.poi.ss.usermodel.Cell dataCell, Class<?> type) protected io.horizon.uca.log.Annallogger()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.tp.plugin.excel.ranger.ExIn
applyData, applyTable
-
Field Details
-
sheet
protected transient org.apache.poi.ss.usermodel.Sheet sheet -
evaluator
protected transient org.apache.poi.ss.usermodel.FormulaEvaluator evaluator
-
-
Constructor Details
-
AbstractExIn
public AbstractExIn(org.apache.poi.ss.usermodel.Sheet sheet)
-
-
Method Details
-
bind
-
logger
protected io.horizon.uca.log.Annal logger() -
extractValue
-
extractComplex
protected void extractComplex(ConcurrentMap<String, io.vertx.core.json.JsonArray> complexMap, ConcurrentMap<String, io.vertx.core.json.JsonObject> rowMap) -
cellConsumer
protected BiConsumer<org.apache.poi.ss.usermodel.Cell,io.modello.atom.typed.MetaAtom> cellConsumer(ConcurrentMap<String, io.vertx.core.json.JsonObject> rowMap, String field)
-