2013-11-17 16:28:19 +00:00
|
|
|
@session.configure do |c|
|
2013-11-22 13:17:13 +00:00
|
|
|
# manipulate the data after reading from the spreadsheet
|
|
|
|
# c.post_read_data = proc { |data|
|
|
|
|
# data[:replacements]['Superpower Text'] << '!!'
|
|
|
|
# }
|
2013-11-17 16:28:19 +00:00
|
|
|
|
2013-11-22 13:17:13 +00:00
|
|
|
c.data_source = "data.ods"
|
2013-11-17 16:28:19 +00:00
|
|
|
end
|
|
|
|
|