Skip to content

Instantly share code, notes, and snippets.

@anmarant
anmarant / Demo Excel 365 -v3.EXCEL.yaml
Created December 2, 2019 11:29
Demo Excel 365 API call
name: Demo Excel 365 -v3
description: Demo Excel 365 API call
host: EXCEL
api_set: {}
script:
content: |
//$("#run").click(() => tryCatch(run));
$("#submitStockData").click(() => tryCatch(getStockData));
function getStockData() {
@anmarant
anmarant / Demo Excel 365 -v2.EXCEL.yaml
Last active December 1, 2019 18:23
Demo Excel 365 API call
name: Demo Excel 365 -v2
description: Demo Excel 365 API call
host: EXCEL
api_set: {}
script:
content: |
//$("#run").click(() => tryCatch(run));
$("#submitStockData").click(() => tryCatch(getStockData));