Class TikaExcelGeneralFormat

java.lang.Object
java.text.Format
org.apache.tika.parser.microsoft.TikaExcelGeneralFormat
All Implemented Interfaces:
Serializable, Cloneable

public class TikaExcelGeneralFormat extends Format
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: