| Interface | Description |
|---|---|
| ExcelParserSplitter |
Allows to split input to array of the elements
|
| Class | Description |
|---|---|
| DateExcelParserSplitter |
Given splitter doesn't split input, because Date is a simple type.
|
| DefaultExcelParserSplitter |
Splits the input using
ExcelUtils.extractExcelCellTokens(String) |
| UnitExcelParserSplitter |
Allows to split given input with unit into 2 values - first value is attribute's value and the second is unit's
value.
E.g. |
Copyright © 2018 SAP SE. All Rights Reserved.