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

command

In this example, we apply a patch as follows:

sspatch numbers.xls patch.tdiff

The output, input, and patch are:

output

NameNumber
one1
two2
three3
four4
fyffe5

numbers.xls

NameNumber
one1
two2
three3
four4
five5

patch.tdiff

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

@@@ NumberSheet

= |Name=five->fyffe|
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines