|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConditionalFormattingEvaluator | |
|---|---|
| org.apache.poi.ss.usermodel | |
| Uses of ConditionalFormattingEvaluator in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel with parameters of type ConditionalFormattingEvaluator | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||