Uses of Class
io.vertx.tp.plugin.excel.atom.ExTable
Packages that use ExTable
-
Uses of ExTable in io.vertx.tp.plugin.excel
Methods in io.vertx.tp.plugin.excel that return types with arguments of type ExTableModifier and TypeMethodDescriptionExcelClient.ingest(InputStream in, boolean isXlsx) ExcelClient.ingest(InputStream in, boolean isXlsx, io.modello.atom.typed.MetaAtom metaAtom) ExcelClientImpl.ingest(InputStream in, boolean isXlsx) ExcelClientImpl.ingest(InputStream in, boolean isXlsx, io.modello.atom.typed.MetaAtom metaAtom) 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.ExcelClient.ingestAsync(InputStream in, boolean isXlsx) ExcelClient.ingestAsync(InputStream in, boolean isXlsx, io.modello.atom.typed.MetaAtom metaAtom) ExcelClient.ingestAsync(String filename) ExcelClient.ingestAsync(String filename, io.modello.atom.typed.MetaAtom metaAtom) ExcelClientImpl.ingestAsync(InputStream in, boolean isXlsx) ExcelClientImpl.ingestAsync(InputStream in, boolean isXlsx, io.modello.atom.typed.MetaAtom metaAtom) ExcelClientImpl.ingestAsync(String filename) ExcelClientImpl.ingestAsync(String filename, io.modello.atom.typed.MetaAtom metaAtom) Methods in io.vertx.tp.plugin.excel with parameters of type ExTableModifier and TypeMethodDescriptionio.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 ExTableModifier and TypeMethodDescriptionio.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) ExcelClient.ingest(InputStream in, boolean isXlsx, io.modello.atom.typed.MetaAtom metaAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClient.ingest(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClient.ingest(String filename, io.modello.atom.typed.MetaAtom metaAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClient.ingest(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClientImpl.ingest(InputStream in, boolean isXlsx, io.modello.atom.typed.MetaAtom metaAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClientImpl.ingest(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClientImpl.ingest(String filename, io.modello.atom.typed.MetaAtom metaAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<ExTable>>> handler) ExcelClientImpl.ingest(String filename, 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 ExTableModifier and TypeMethodDescriptionComplexIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) ExIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) PureIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) Methods in io.vertx.tp.plugin.excel.ranger with parameters of type ExTableModifier and TypeMethodDescriptionComplexIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) ExIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) PureIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) ComplexIn.applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation) ExIn.applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation) PureIn.applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation)