Class ExcelGeneralNumberFormat

java.lang.Object
java.text.Format
org.apache.poi.ss.usermodel.ExcelGeneralNumberFormat
All Implemented Interfaces:
Serializable, Cloneable

public class ExcelGeneralNumberFormat extends Format
A format that formats a double as Excel would, ignoring FieldPosition. All other operations are unsupported.
See Also: