Skip to content

Instantly share code, notes, and snippets.

@elseagle
Created August 15, 2022 00:30
Show Gist options
  • Save elseagle/2cbe61ea9dc0194c1f1b5f4dc1b49ba2 to your computer and use it in GitHub Desktop.
Save elseagle/2cbe61ea9dc0194c1f1b5f4dc1b49ba2 to your computer and use it in GitHub Desktop.
# Update a range of cells using the top left corner address
worksheet.update('A1', [["first_name", "last_name" ], ["Segun", "Chukwudi"]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment