Class SpreadsheetMLParser

All Implemented Interfaces:
Serializable, Parser

public class SpreadsheetMLParser extends AbstractXML2003Parser
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 Details

    • SpreadsheetMLParser

      public SpreadsheetMLParser()
  • Method Details

    • getSupportedTypes

      public Set<MediaType> getSupportedTypes(ParseContext context)
      Description copied from interface: Parser
      Returns 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

      public void setContentType(Metadata metadata)