Skip to content

Instantly share code, notes, and snippets.

@ismaelc
Created February 6, 2021 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ismaelc/4cf1869206aca2170f6591b3d520b24a to your computer and use it in GitHub Desktop.
Save ismaelc/4cf1869206aca2170f6591b3d520b24a to your computer and use it in GitHub Desktop.
let range = context.workbook.getSelectedRange()
range.load("values");
await context.sync();
let data = range.values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment