COOPY » Guide
version 0.6.5
|
In this example, we apply a patch as follows:
sspatch numbers.xls patch.tdiff
The output, input, and patch are:
Name | Number |
one | 1 |
two | 2 |
three | 3 |
four | 4 |
fyffe | 5 |
Name | Number |
one | 1 |
two | 2 |
three | 3 |
four | 4 |
five | 5 |
# tdiff version 0.3 # --- /home/paulfitz/cvs/coopy/tests/numbers.xls # +++ /home/paulfitz/cvs/coopy/tests/numbers_change_five.xls @@@ NumberSheet = |Name=five->fyffe|