novixys

Exult Standard

Convert XML into Microsoft Excel (XLS), Microsoft Access (MDB or ACCDB), or CSV.

Download
a Free Trial
Buy Now
for US$150 $105

Exult SQL Server

Import XML into SQL Server.

Download
a Free Trial
Buy Now
for US$250

Exult MySQL

Import XML into MySQL.

Download
a Free Trial
Buy Now
for US$195 $125

Exult Oracle

Import XML into Oracle.

Download
a Free Trial
Buy Now
for US$500

Home » Documentation » Exult

4.1.1 Convert XML to Excel(XLS) using the command line

The following command shows you how to convert the XML file ‘sales.xml’ to an Excel spreadsheet ‘sales.xls’.

Exultcmd.exe -t XLS -f sales.xls sales.xml

If the file is large, you may want to turn off progress reporting using the ‘-q’ option to make the execution faster.

Exultcmd.exe -q -t XLS -f sales.xls sales.xml

The above command does not overwrite ‘sales.xls’ if it exists. To overwrite the output file if it exists, use the overwrite option (‘-w’).

Exultcmd.exe -w -t XLS -f sales.xls sales.xml