Package org.apache.tika.parser.microsoft
Class TikaExcelGeneralFormat
java.lang.Object
java.text.Format
org.apache.tika.parser.microsoft.TikaExcelGeneralFormat
- All Implemented Interfaces:
Serializable
,Cloneable
A Format that allows up to 15 significant digits for integers.
This goes against the Microsoft spec, but it preserves information
for long strings of digits.
This was derived from POI's ExcelGeneralNumberFormat
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.text.Format
Format.Field
-
Constructor Summary
-
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
-
TikaExcelGeneralFormat
-
-
Method Details
-
format
-
parseObject
- Specified by:
parseObject
in classFormat
-