class Multiwoven::Integrations::Destination::GoogleSheets::Client

def generate_header_range(sheet_name, last_column_index)

def generate_header_range(sheet_name, last_column_index)
  "#{sheet_name}!A1:#{column_index_to_letter(last_column_index)}1"
end