Uses of Class
org.apache.poi.ss.usermodel.ExcelNumberFormat
-
Packages that use ExcelNumberFormat Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.formula This package contains common internal POI code for manipulating formulas.org.apache.poi.ss.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 ExcelNumberFormatHSSFConditionalFormattingRule. 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 ExcelNumberFormatEvaluationConditionalFormatRule. 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 ExcelNumberFormatExcelNumberFormat. from(Cell cell, ConditionalFormattingEvaluator cfEvaluator)static ExcelNumberFormatExcelNumberFormat. from(CellStyle style)ExcelNumberFormatConditionalFormattingRule. getNumberFormat()ExcelNumberFormatDifferentialStyleProvider. getNumberFormat()Methods in org.apache.poi.ss.usermodel with parameters of type ExcelNumberFormat Modifier and Type Method Description static booleanDateUtil. isADateFormat(ExcelNumberFormat numFmt)Given a format ID and its format String, will check to see if the format represents a date format or not.
-