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, parseObject
public TikaExcelGeneralFormat(Locale locale)
public StringBuffer format(Object number, StringBuffer toAppendTo, FieldPosition pos)
public Object parseObject(String source, ParsePosition pos)
parseObject
in class Format
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.