Skip to content

Instantly share code, notes, and snippets.

@elseagle
Created August 15, 2022 00:38
Show Gist options
  • Save elseagle/cd263e49a282ed19e5e49514e197b8ab to your computer and use it in GitHub Desktop.
Save elseagle/cd263e49a282ed19e5e49514e197b8ab to your computer and use it in GitHub Desktop.
columns = ["first_name", "last_name" ]
rows = [["Segun", "Chukwudi"], ["Sola", "Ahmed"], ["Ibukun", "Emeka"]]
worksheet.update('A1', [columns, *rows])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment