COOPY » Guide  version 0.6.5
xls update cell example for ssdiff
Examples for ssdiff

command

In this example, we compare two tables as follows:

 ssdiff numbers.xls numbers_change_five.xls
 ssdiff --format hilite --output diff.xls numbers.xls numbers_change_five.xls

The two tables are:

The result of comparing the tables are:

numbers.xls

NameNumber
one1
two2
three3
four4
five5

numbers_change_five.xls

NameNumber
one1
two2
three3
four4
fyffe5

tdiff output

# tdiff version 0.3
# --- /home/paulfitz/cvs/coopy/tests/numbers.xls
# +++ /home/paulfitz/cvs/coopy/tests/numbers_change_five.xls

@@@ NumberSheet

= |Name=five->fyffe|

highlighter output

@ Name Number
one 1
two 2
three 3
four 4
-> five->fyffe 5
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines