Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
ExcelNumberFormat |
HSSFConditionalFormattingRule.getNumberFormat()
Always null for HSSF records, until someone figures out where to find it
|
Modifier and Type | Method and Description |
---|---|
ExcelNumberFormat |
EvaluationConditionalFormatRule.getNumberFormat() |
Modifier and Type | Method and Description |
---|---|
static ExcelNumberFormat |
ExcelNumberFormat.from(Cell cell,
ConditionalFormattingEvaluator cfEvaluator) |
static ExcelNumberFormat |
ExcelNumberFormat.from(CellStyle style) |
ExcelNumberFormat |
ConditionalFormattingRule.getNumberFormat() |
ExcelNumberFormat |
DifferentialStyleProvider.getNumberFormat() |
Modifier and Type | Method and Description |
---|---|
static boolean |
DateUtil.isADateFormat(ExcelNumberFormat numFmt)
Given a format ID and its format String, will check to see if the
format represents a date format or not.
|
Modifier and Type | Method and Description |
---|---|
ExcelNumberFormat |
XSSFDxfStyleProvider.getNumberFormat() |
ExcelNumberFormat |
XSSFConditionalFormattingRule.getNumberFormat()
Return the number format from the dxf style record if present, null if not
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.