Class SpreadsheetMLParser
java.lang.Object
org.apache.tika.parser.AbstractParser
org.apache.tika.parser.microsoft.xml.AbstractXML2003Parser
org.apache.tika.parser.microsoft.xml.SpreadsheetMLParser
- All Implemented Interfaces:
Serializable,Parser
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Parses wordml 2003 format Excel files. These are single xml files
that predate ooxml.
See https://en.wikipedia.org/wiki/Microsoft_Office_XML_formats
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetSupportedTypes(ParseContext context) Deprecated.Returns the set of media types supported by this parser when used with the given parse context.voidsetContentType(Metadata metadata) Deprecated.Methods inherited from class org.apache.tika.parser.microsoft.xml.AbstractXML2003Parser
parseMethods inherited from class org.apache.tika.parser.AbstractParser
parse
-
Constructor Details
-
SpreadsheetMLParser
public SpreadsheetMLParser()Deprecated.
-
-
Method Details
-
getSupportedTypes
Deprecated.Description copied from interface:ParserReturns the set of media types supported by this parser when used with the given parse context.- Parameters:
context- parse context- Returns:
- immutable set of media types
-
setContentType
Deprecated.
-