| Package | Description |
|---|---|
| io.vertx.tp.plugin.excel | |
| io.vertx.tp.plugin.excel.ranger | |
| io.vertx.tp.plugin.excel.tool |
| Modifier and Type | Method and Description |
|---|---|
Set<ExTable> |
SheetAnalyzer.analyzed(ExBound bound,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColBound |
class |
RowBound |
| Modifier and Type | Method and Description |
|---|---|
ExBound |
ComplexIn.applyTable(ExTable table,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
Integer limitation) |
ExBound |
PureIn.applyTable(ExTable table,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
Integer limitation) |
ExBound |
ExIn.applyTable(ExTable table,
org.apache.poi.ss.usermodel.Row row,
org.apache.poi.ss.usermodel.Cell cell,
Integer limitation) |
| Modifier and Type | Method and Description |
|---|---|
ExTable |
ComplexIn.applyData(ExTable table,
ExBound dataRange,
org.apache.poi.ss.usermodel.Cell cell,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
ExTable |
PureIn.applyData(ExTable table,
ExBound dataRange,
org.apache.poi.ss.usermodel.Cell cell,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
ExTable |
ExIn.applyData(ExTable table,
ExBound dataRange,
org.apache.poi.ss.usermodel.Cell cell,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ExFn.itRow(org.apache.poi.ss.usermodel.Row row,
ExBound bound,
BiConsumer<org.apache.poi.ss.usermodel.Cell,Integer> consumer) |
static void |
ExFn.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 void |
ExFn.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 void |
ExFn.itSheet(org.apache.poi.ss.usermodel.Sheet sheet,
ExBound bound,
BiConsumer<org.apache.poi.ss.usermodel.Row,Integer> consumer) |
static void |
ExFn.itSheet(org.apache.poi.ss.usermodel.Sheet sheet,
ExBound bound,
Set<Integer> indexSet,
Consumer<List<org.apache.poi.ss.usermodel.Row>> consumer) |
Copyright © 2021. All rights reserved.