Uses of Class
org.apache.poi.ss.usermodel.ExcelNumberFormat
-
Packages that use ExcelNumberFormat Package Description org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet modelorg.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 Modifier and Type Method Description 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 Modifier and Type Method Description ExcelNumberFormat
EvaluationConditionalFormatRule. getNumberFormat()
-
Uses of ExcelNumberFormat in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ExcelNumberFormat Modifier and Type Method Description 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 Modifier and Type Method 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. -
Uses of ExcelNumberFormat in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return ExcelNumberFormat Modifier and Type Method Description ExcelNumberFormat
XSSFConditionalFormattingRule. getNumberFormat()
Return the number format from the dxf style record if present, null if notExcelNumberFormat
XSSFDxfStyleProvider. getNumberFormat()
-