public class TikaExcelGeneralFormat extends Format
This was derived from POI's ExcelGeneralNumberFormat
Format.Field| Constructor and Description | 
|---|
TikaExcelGeneralFormat(Locale locale)  | 
| Modifier and Type | Method and Description | 
|---|---|
StringBuffer | 
format(Object number,
      StringBuffer toAppendTo,
      FieldPosition pos)  | 
Object | 
parseObject(String source,
           ParsePosition pos)  | 
clone, format, formatToCharacterIterator, parseObjectpublic TikaExcelGeneralFormat(Locale locale)
public StringBuffer format(Object number, StringBuffer toAppendTo, FieldPosition pos)
public Object parseObject(String source, ParsePosition pos)
parseObject in class FormatCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.