document processor converts XML documents to Microsoft Excel format.
The processor operates on an XML representation of an Excel workbook. The XML representation must be in the UTF-8 encoding and it must conform to the
ExcelToXml.xsd
schema. You can find the schema in the
doc
subdirectory of the installation directory. The schema file is provided for your information. You can use the processor without adding the schema to your project.
The processor reverses the operation of
ExcelToXml
. For example, you can use
ExcelToXml
to convert an Excel workbook to XML. You can then alter some of the XML data and use
XmlToExcel
to convert the data back to an Excel workbook.
This component supports Excel version 97 and higher. It writes its output directly, not through Microsoft Excel. You do not need to install Excel on the computer.
This component is implemented in Java and requires correct configuration of the Java Runtime Environment (JRE).