|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExcelNumberFormat | |
|---|---|
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures 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 | |
| Uses of ExcelNumberFormat in org.apache.poi.hssf.usermodel |
|---|
| Methods in org.apache.poi.hssf.usermodel that return ExcelNumberFormat | |
|---|---|
ExcelNumberFormat |
HSSFConditionalFormattingRule.getNumberFormat()
Always null for HSSF records, until someone figures out where to find it |
| Uses of ExcelNumberFormat in org.apache.poi.ss.formula |
|---|
| Methods in org.apache.poi.ss.formula that return ExcelNumberFormat | |
|---|---|
ExcelNumberFormat |
EvaluationConditionalFormatRule.getNumberFormat()
|
| Uses of ExcelNumberFormat in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel that return ExcelNumberFormat | |
|---|---|
static ExcelNumberFormat |
ExcelNumberFormat.from(Cell cell,
ConditionalFormattingEvaluator cfEvaluator)
|
static ExcelNumberFormat |
ExcelNumberFormat.from(CellStyle style)
|
ExcelNumberFormat |
ConditionalFormattingRule.getNumberFormat()
|
ExcelNumberFormat |
DifferentialStyleProvider.getNumberFormat()
|
| Methods in org.apache.poi.ss.usermodel with parameters of type ExcelNumberFormat | |
|---|---|
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. |
| Uses of ExcelNumberFormat in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return ExcelNumberFormat | |
|---|---|
ExcelNumberFormat |
XSSFDxfStyleProvider.getNumberFormat()
|
ExcelNumberFormat |
XSSFConditionalFormattingRule.getNumberFormat()
Return the number format from the dxf style record if present, null if not |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||