public class NumericCellValue
extends java.lang.Object
| Constructor and Description |
|---|
NumericCellValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(CellType cellType) |
ExcelDateUtils |
getExcelDateUtils() |
protected java.util.Date |
getJavaDate(Cell cell) |
protected java.lang.String |
getNumericCellValue(Cell cell) |
int |
getOrder() |
protected java.util.TimeZone |
getTimeZone() |
java.util.Optional<java.lang.String> |
getValue(Cell cell) |
protected boolean |
isCellDateFormatted(Cell cell) |
void |
setExcelDateUtils(ExcelDateUtils excelDateUtils) |
public java.util.Optional<java.lang.String> getValue(Cell cell)
public boolean canHandle(CellType cellType)
public int getOrder()
protected java.lang.String getNumericCellValue(Cell cell)
protected boolean isCellDateFormatted(Cell cell)
protected java.util.Date getJavaDate(Cell cell)
protected java.util.TimeZone getTimeZone()
public ExcelDateUtils getExcelDateUtils()
public void setExcelDateUtils(ExcelDateUtils excelDateUtils)
Copyright © 2018 SAP SE. All Rights Reserved.