Skip to content

Instantly share code, notes, and snippets.

View gpowork's full-sized avatar

Petro gpowork

View GitHub Profile
@gpowork
gpowork / Basic API call (TypeScript).EXCEL.yaml
Created February 15, 2021 19:53
Performs a basic Excel API call using TypeScript.
name: Basic API call (TypeScript)
description: Performs a basic Excel API call using TypeScript.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
await Excel.run(async (context) => {