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

def extract_spreadsheet_id(link)

def extract_spreadsheet_id(link)
  link[GOOGLE_SPREADSHEET_ID_REGEX, 1] || link
end