Package org.apache.poi.ss.usermodel
Class ExcelGeneralNumberFormat
java.lang.Object
java.text.Format
org.apache.poi.ss.usermodel.ExcelGeneralNumberFormat
- All Implemented Interfaces:
Serializable
,Cloneable
A format that formats a double as Excel would, ignoring FieldPosition.
All other operations are unsupported.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.Format
Format.Field
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionformat
(Object number, StringBuffer toAppendTo, FieldPosition pos) parseObject
(String source, ParsePosition pos) Methods inherited from class java.text.Format
clone, format, formatToCharacterIterator, parseObject
-
Constructor Details
-
ExcelGeneralNumberFormat
-
-
Method Details
-
format
-
parseObject
- Specified by:
parseObject
in classFormat
-