class Multiwoven::Integrations::Destination::GoogleSheets::Client
def fetch_column_names(sheet_name, last_column_index)
def fetch_column_names(sheet_name, last_column_index) header_range = generate_header_range(sheet_name, last_column_index) spread_sheet_value(header_range)&.flatten end