Uses of Interface
io.vertx.tp.plugin.excel.ExcelClient
-
Packages that use ExcelClient Package Description io.vertx.tp.plugin.excel -
-
Uses of ExcelClient in io.vertx.tp.plugin.excel
Classes in io.vertx.tp.plugin.excel that implement ExcelClient Modifier and Type Class Description classExcelClientImplMethods in io.vertx.tp.plugin.excel that return ExcelClient Modifier and Type Method Description static ExcelClientExcelInfix. createClient()static ExcelClientExcelInfix. createClient(io.vertx.core.Vertx vertx)static ExcelClientExcelClient. createShared(io.vertx.core.Vertx vertx, io.vertx.core.json.JsonObject config)ExcelClientExcelClient. exportAsync(String identifier, io.vertx.core.json.JsonArray data, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> handler)ExcelClientExcelClient. exportAsync(String identifier, io.vertx.core.json.JsonArray data, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> handler)ExcelClientExcelClientImpl. exportAsync(String identifier, io.vertx.core.json.JsonArray data, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> handler)ExcelClientExcelClientImpl. exportAsync(String identifier, io.vertx.core.json.JsonArray data, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.buffer.Buffer>> handler)ExcelClientExcelInfix. get()static ExcelClientExcelInfix. getClient()<T> ExcelClientExcelClient. importAsync(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClient. importAsync(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClient. importAsync(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClient. importAsync(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClient. importAsync(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClient. importAsync(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClient. importAsync(String filename, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClient. importAsync(String filename, io.vertx.up.commune.element.TypeAtom TypeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClientImpl. importAsync(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClientImpl. importAsync(InputStream in, boolean isXlsx, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClientImpl. importAsync(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClientImpl. importAsync(InputStream in, boolean isXlsx, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClientImpl. importAsync(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)1) Api for ingest of parameters, the matrix is as following | filename/input-stream | 2003/2007 | Shape | Async | | 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.<T> ExcelClientExcelClientImpl. importAsync(String filename, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)<T> ExcelClientExcelClientImpl. importAsync(String filename, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler)<T> ExcelClientExcelClientImpl. importAsync(String filename, io.vertx.up.commune.element.TypeAtom typeAtom, io.vertx.core.Handler<io.vertx.core.AsyncResult<Set<T>>> handler, String... includes)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)ExcelClientExcelClient. init(io.vertx.core.json.JsonObject params)ExcelClientExcelClientImpl. init(io.vertx.core.json.JsonObject config)
-