@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