-
Notifications
You must be signed in to change notification settings - Fork 1
XlsxCall
fluentcodes edited this page Nov 19, 2018
·
4 revisions
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 |
In the XlsxCallTest.java there are some examples showing the usage.