Uses of Class
io.vertx.tp.plugin.excel.atom.ExTable
-
Packages that use ExTable Package Description io.vertx.tp.plugin.excel io.vertx.tp.plugin.excel.ranger -
-
Uses of ExTable in io.vertx.tp.plugin.excel
Methods in io.vertx.tp.plugin.excel that return types with arguments of type ExTable Modifier and Type Method Description Set<ExTable>SheetAnalyzer. analyzed(ExBound bound, io.vertx.up.commune.element.TypeAtom TypeAtom)Set<ExTable>ExcelClient. ingest(InputStream in, boolean isXlsx)Set<ExTable>ExcelClient. ingest(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom TypeAtom)Set<ExTable>ExcelClient. ingest(String filename)Set<ExTable>ExcelClient. ingest(String filename, io.vertx.up.commune.element.TypeAtom TypeAtom)Set<ExTable>ExcelClientImpl. ingest(InputStream in, boolean isXlsx)Set<ExTable>ExcelClientImpl. 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 | 2) 12 mode of `ingest` here 2.1) The input contains two categories: -- 1.Set<ExTable>ExcelClientImpl. ingest(String filename, io.vertx.up.commune.element.TypeAtom typeAtom)io.vertx.core.Future<Set<ExTable>>ExcelClient. ingestAsync(InputStream in, boolean isXlsx)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>>ExcelClient. ingestAsync(String filename)io.vertx.core.Future<Set<ExTable>>ExcelClient. ingestAsync(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>>ExcelClientImpl. 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>>ExcelClientImpl. ingestAsync(String filename, io.vertx.up.commune.element.TypeAtom typeAtom)Methods in io.vertx.tp.plugin.excel with parameters of type ExTable Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>ExcelClient. extractAsync(ExTable table)io.vertx.core.Future<io.vertx.core.json.JsonArray>ExcelClientImpl. extractAsync(ExTable table)Method parameters in io.vertx.tp.plugin.excel with type arguments of type ExTable Modifier and Type Method Description io.vertx.core.Future<io.vertx.core.json.JsonArray>ExcelClient. extractAsync(Set<ExTable> tables)io.vertx.core.Future<io.vertx.core.json.JsonArray>ExcelClientImpl. extractAsync(Set<ExTable> tables)ExcelClientExcelClient. ingest(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClient. ingest(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClient. ingest(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClient. ingest(String filename, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClientImpl. ingest(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClientImpl. ingest(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClientImpl. ingest(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler)ExcelClientExcelClientImpl. ingest(String filename, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) -
Uses of ExTable in io.vertx.tp.plugin.excel.ranger
Methods in io.vertx.tp.plugin.excel.ranger that return ExTable 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)Methods in io.vertx.tp.plugin.excel.ranger with parameters of type ExTable 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)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)
-