Thanks to visit codestin.com
Credit goes to github.com

Skip to content

XlsxCall

fluentcodes edited this page Nov 19, 2018 · 4 revisions

Home - Calls


Summary

XlsxCall read or write excel sheets and map it to Elastic Objects with the help poi. Since it has this external dependency it's in a separate package.

It's available in the maven repository eo-xlsx dependent on Elastic Objects.

Description Values
Class ListCall.java
configuration XlsxConfig.java extends ListConfig.java
json configuration XlsxConfig.json
methods read,write
Config Values xlsxKey, fileKey, sheetName
Fixed Values xlsxKey, fileKey, sheetName
Variable Values colKeys, ignoreHeader, pathPattern, modelKey, doMap, rowHead, rowStart, rowEnd, length, filter, path, mapPath

Test Examples

In the XlsxCallTest.java there are some examples showing the usage.


fluentcodes - elastic objects - mvn repository



                  

Clone this wiki locally