Uses of Class
org.apache.poi.ss.usermodel.ExcelNumberFormat
Packages that use ExcelNumberFormat
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
This package contains common internal POI code for manipulating formulas.
-
Uses of ExcelNumberFormat in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return ExcelNumberFormatModifier and TypeMethodDescriptionHSSFConditionalFormattingRule.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 -
Uses of ExcelNumberFormat in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return ExcelNumberFormatModifier and TypeMethodDescriptionstatic ExcelNumberFormat
ExcelNumberFormat.from
(Cell cell, ConditionalFormattingEvaluator cfEvaluator) static ExcelNumberFormat
ConditionalFormattingRule.getNumberFormat()
DifferentialStyleProvider.getNumberFormat()
Methods in org.apache.poi.ss.usermodel with parameters of type ExcelNumberFormatModifier and TypeMethodDescriptionstatic 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 ExcelNumberFormatModifier and TypeMethodDescriptionXSSFConditionalFormattingRule.getNumberFormat()
Return the number format from the dxf style record if present, null if notXSSFDxfStyleProvider.getNumberFormat()