Uses of Interface
io.vertx.tp.plugin.excel.ranger.ExBound
-
Packages that use ExBound Package Description io.vertx.tp.plugin.excel io.vertx.tp.plugin.excel.ranger io.vertx.tp.plugin.excel.tool -
-
Uses of ExBound in io.vertx.tp.plugin.excel
Methods in io.vertx.tp.plugin.excel with parameters of type ExBound Modifier and Type Method Description Set<ExTable>SheetAnalyzer. analyzed(ExBound bound, io.vertx.up.commune.element.TypeAtom TypeAtom) -
Uses of ExBound in io.vertx.tp.plugin.excel.ranger
Classes in io.vertx.tp.plugin.excel.ranger that implement ExBound Modifier and Type Class Description classColBoundclassRowBoundMethods in io.vertx.tp.plugin.excel.ranger that return ExBound Modifier and Type Method Description ExBoundComplexIn. applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)ExBoundExIn. applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)ExBoundPureIn. applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)Methods in io.vertx.tp.plugin.excel.ranger with parameters of type ExBound Modifier and Type Method Description ExTableComplexIn. applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.vertx.up.commune.element.TypeAtom TypeAtom)ExTableExIn. applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.vertx.up.commune.element.TypeAtom TypeAtom)ExTablePureIn. applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.vertx.up.commune.element.TypeAtom TypeAtom) -
Uses of ExBound in io.vertx.tp.plugin.excel.tool
Methods in io.vertx.tp.plugin.excel.tool with parameters of type ExBound Modifier and Type Method Description static voidExFn. itRow(org.apache.poi.ss.usermodel.Row row, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Cell,Integer> consumer)static voidExFn. itRow(org.apache.poi.ss.usermodel.Row row, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Cell,Integer> consumer, Predicate<org.apache.poi.ss.usermodel.Cell> predicate)static voidExFn. itRowZip(org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Row row1, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Cell,org.apache.poi.ss.usermodel.Cell> consumer)static voidExFn. itSheet(org.apache.poi.ss.usermodel.Sheet sheet, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Row,Integer> consumer)static voidExFn. itSheet(org.apache.poi.ss.usermodel.Sheet sheet, ExBound bound, Set<Integer> indexSet, Consumer<List<org.apache.poi.ss.usermodel.Row>> consumer)
-