Class TikaExcelGeneralFormat

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

@Deprecated(since="2026-04-30") public class TikaExcelGeneralFormat extends Format
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
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: