| Package | Description |
|---|---|
| io.vertx.tp.plugin.excel | |
| io.vertx.tp.plugin.excel.ranger |
| Modifier and Type | Method and Description |
|---|---|
Set<ExTable> |
SheetAnalyzer.analyzed(ExBound bound,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
Set<ExTable> |
ExcelClientImpl.ingest(InputStream in,
boolean isXlsx) |
Set<ExTable> |
ExcelClient.ingest(InputStream in,
boolean isXlsx) |
Set<ExTable> |
ExcelClientImpl.ingest(InputStream in,
boolean isXlsx,
io.vertx.up.commune.element.TypeAtom typeAtom) |
Set<ExTable> |
ExcelClient.ingest(InputStream in,
boolean isXlsx,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
Set<ExTable> |
ExcelClientImpl.ingest(String filename)
1) Api for ingest of parameters, the matrix is as following | filename/input-stream | 2003/2007 | Shape | Async | | filename | by extension ( .xls, .xlsx ) | x | false | | input-stream | isXlsx, true for 2007 | x | false | | filename | by extension ( .xls, .xlsx ) | V | false | | input-stream | isXlsx, true for 2007 | V | false | | filename | by extension ( .xls, .xlsx ) | x | true | | input-stream | isXlsx, true for 2007 | x | true | | filename | by extension ( .xls, .xlsx ) | V | true | | input-stream | isXlsx, true for 2007 | V | true |
|
Set<ExTable> |
ExcelClient.ingest(String filename) |
Set<ExTable> |
ExcelClientImpl.ingest(String filename,
io.vertx.up.commune.element.TypeAtom typeAtom) |
Set<ExTable> |
ExcelClient.ingest(String filename,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClientImpl.ingestAsync(InputStream in,
boolean isXlsx) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClient.ingestAsync(InputStream in,
boolean isXlsx) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClientImpl.ingestAsync(InputStream in,
boolean isXlsx,
io.vertx.up.commune.element.TypeAtom typeAtom) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClient.ingestAsync(InputStream in,
boolean isXlsx,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClientImpl.ingestAsync(String filename) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClient.ingestAsync(String filename) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClientImpl.ingestAsync(String filename,
io.vertx.up.commune.element.TypeAtom typeAtom) |
io.vertx.core.Future<Set<ExTable>> |
ExcelClient.ingestAsync(String filename,
io.vertx.up.commune.element.TypeAtom TypeAtom) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ExcelClientImpl.saveEntity(io.vertx.core.json.JsonObject data,
ExTable table) |
<T> T |
ExcelClient.saveEntity(io.vertx.core.json.JsonObject data,
ExTable table)
Save entity ( table -> data )
|
| Modifier and Type | Method and Description |
|---|---|
ExcelClient |
ExcelClientImpl.ingest(InputStream in,
boolean isXlsx,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClient.ingest(InputStream in,
boolean isXlsx,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClientImpl.ingest(InputStream in,
boolean isXlsx,
io.vertx.up.commune.element.TypeAtom typeAtom,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClient.ingest(InputStream in,
boolean isXlsx,
io.vertx.up.commune.element.TypeAtom TypeAtom,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClientImpl.ingest(String filename,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClient.ingest(String filename,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClientImpl.ingest(String filename,
io.vertx.up.commune.element.TypeAtom typeAtom,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
ExcelClient |
ExcelClient.ingest(String filename,
io.vertx.up.commune.element.TypeAtom TypeAtom,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) |
| 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 |
|---|---|
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) |
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) |
Copyright © 2021. All rights reserved.