1SSDIFF(1) GNOME SSDIFF(1)
2
3
4
6 ssdiff - compare two spreadsheets
7
8
10 ssdiff [OPTIONS] OLDFILE NEWFILE
11
12
14 This manual page briefly documents the ssdiff command.
15
16 ssdiff is a command line utility to compare two spreadsheets and list
17 their differences
18
19
21 This program follows the usual GNU command line syntax, with single
22 letter options starting with a single dash (`-') and longer options
23 starting with two dashes (`--').
24
25
26 Output options
27 -x, --xml
28 Display differences in xml format
29
30
31 Help options
32 -V, --version
33 Display ssdiff's version
34
35 -?, --help
36 Display the supported options
37
38
40 To compare an old version of a file with a newer file, run:
41
42 ssdiff old.gnumeric new.gnumeric
43
44 The exit code will be 0 if no differences were found, 1 if differences
45 were found, and 2 in case of trouble.
46
47
48
50 ssdiff is licensed under the terms of the General Public License (GPL),
51 version 2 or 3. For information on this license look at the source code
52 that came with the software or see the GNU project page ⟨http://
53 www.gnu.org⟩.
54
55
57 The copyright on ssdiff and the gnumeric software and source code is
58 held by the individual authors as is documented in the source code.
59
60
62 ssdiff's primary author is Morten Welinder <terra@gnome.org>; ssdiff
63 builds on the gnumeric codebase.
64
65
67 gnumeric(1), ssconvert(1), ssindex(1) ssgrep(1)
68
69 The Gnumeric Homepage ⟨http://www.gnome.org/projects/gnumeric/⟩.
70
71 The GNOME project page ⟨http://www.gnome.org/⟩.
72
73
74
75gnumeric 2012-12-24 SSDIFF(1)