public interface ExcelCellService
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCellValue(Cell cell)
Returns cell value as a string value.
|
void |
insertAttributeValue(Cell cell,
java.lang.Object object)
Inserts given value to a given cell
|
java.lang.String getCellValue(Cell cell)
cell - Cellvoid insertAttributeValue(Cell cell,
java.lang.Object object)
cell - where the value will be insertedobject - a value to insertCopyright © 2018 SAP SE. All Rights Reserved.