Package | Description |
---|---|
org.apache.poi.ss.usermodel |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
DataFormatter.formatCellValue(Cell cell,
FormulaEvaluator evaluator,
ConditionalFormattingEvaluator cfEvaluator)
Returns the formatted value of a cell as a String regardless
of the cell type.
|
static ExcelNumberFormat |
ExcelNumberFormat.from(Cell cell,
ConditionalFormattingEvaluator cfEvaluator) |
static boolean |
DateUtil.isCellDateFormatted(Cell cell,
ConditionalFormattingEvaluator cfEvaluator)
Check if a cell contains a date
Since dates are stored internally in Excel as double values
we infer it is a date if it is formatted as such.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.