Skip to content

Instantly share code, notes, and snippets.

@kcchien
Created November 17, 2020 00:55
Show Gist options
  • Save kcchien/a8b280730c94e1299173ad4449f38325 to your computer and use it in GitHub Desktop.
Save kcchien/a8b280730c94e1299173ad4449f38325 to your computer and use it in GitHub Desktop.
Excel.run snippet
await window.Excel.run(async (context) => {
// do something
await context.sync();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment