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

def extract_sheet_properties(sheet)

def extract_sheet_properties(sheet)
  [sheet.properties.title, sheet.properties.grid_properties.column_count]
end