10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
@session.configure do |c|
|
|
# manipulate the data after reading from the spreadsheet
|
|
# c.post_read_data = proc { |data|
|
|
# data[:replacements]['Superpower Text'] << '!!'
|
|
# }
|
|
|
|
c.data_source = "data.ods"
|
|
end
|
|
|