Created
November 17, 2020 00:55
-
-
Save kcchien/a8b280730c94e1299173ad4449f38325 to your computer and use it in GitHub Desktop.
Excel.run snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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