public class ExcelGeneralNumberFormat
extends java.text.Format
Constructor and Description |
---|
ExcelGeneralNumberFormat(java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
java.lang.StringBuffer |
format(java.lang.Object number,
java.lang.StringBuffer toAppendTo,
java.text.FieldPosition pos) |
java.lang.Object |
parseObject(java.lang.String source,
java.text.ParsePosition pos) |
public ExcelGeneralNumberFormat(java.util.Locale locale)
public java.lang.StringBuffer format(java.lang.Object number, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos)
format
in class java.text.Format
public java.lang.Object parseObject(java.lang.String source, java.text.ParsePosition pos)
parseObject
in class java.text.Format
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.