Excel Compare Server Edition Wiki
A portable command line application used to compare Spread Sheets
Brought to you by:
ramu2514
Below are the available list of options available.
| Small Option | Long Option | Type | Required | Default Value | Usage |
|---|---|---|---|---|---|
| -n | --newFile | Argument | yes | Arument required | Path of New Excel Input File or Excel File1. |
| -f | --oldFile | Argument | yes | Arument required | Path of Old Excel Input File or Excel File2. |
| -o | --outputFile | Argument | optional | %temp%/temp.html or %temp%/temp.xml Based on output mode |
Path of Output File.If Not given It will be written to tempfile(%temp%\temp.xml (or) %temp%\temp.html) |
| -m | --mode | Argument | optional | xml | Output Mode html or xml.By default output mode is xml. |
| -r | --launchOutput | Switch | optional | false | Run/Launch output html file after Execution |
| -d | --debug | Switch | optional | false | Debug Mode- Display Execution Log on Console/Command line |
| -l | --log | Argument | optional | log.txt in the same folder of this software | Path of Log file.Append current Log to given given file. By default Log will be writen to Log.txt file in the same folder of this file. |
| -t | --trim | Switch | optional | false | Trim white spaces Before and After Data of a cell |
| -i | --ignore-case | Switch | optional | false | Case Insensitive comparision. Will compares excels by ignoring case |
| -s | --ignore-sheet-count | Switch | optional | false | By deault program will exit with error if sheets count of excel files are not matched.If this option is enabled it will ignore number of sheets. |
| --help | Switch | optional | false | Display this help screen. |