ssdiff(1) compare two spreadsheets

SYNOPSIS

ssdiff [OPTIONS] OLDFILE NEWFILE

DESCRIPTION

This manual page briefly documents the ssdiff command.

ssdiff is a command line utility to compare two spreadsheets and list their differences

OPTIONS

This program follows the usual GNU command line syntax, with single letter options starting with a single dash (`-') and longer options starting with two dashes (`--').

Output options

-x, --xml
Display differences in xml format

Help options

-V, --version
Display ssdiff's version
-?, --help
Display the supported options

EXAMPLE

To compare an old version of a file with a newer file, run:

ssdiff old.gnumeric new.gnumeric

LICENSE

ssdiff is licensed under the terms of the General Public License (GPL), version 2 or 3. For information on this license look at the source code that came with the software or see the GNU project page <URL: http://www.gnu.org >.

COPYRIGHT

The copyright on ssdiff and the gnumeric software and source code is held by the individual authors as is documented in the source code.

AUTHOR

ssdiff's primary author is Morten Welinder <[email protected]>; ssdiff builds on the gnumeric codebase.