This file contains hidden or 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
| 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() { |
This file contains hidden or 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
| 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)); | |