Skip to content

Instantly share code, notes, and snippets.

View mcpsmith's full-sized avatar

mcpsmith

  • Boston, MA
View GitHub Profile
@mcpsmith
mcpsmith / Blank snippet.EXCEL.yaml
Created January 24, 2024 19:58
Create a new snippet from a blank template.
name: Blank snippet
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
await Excel.run(async (context) => {