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: Image shapes | |
| description: Creates and adjusts image-based shapes. | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: | | |
| $("#setup").click(() => tryCatch(setup)); | |
| $("#selectedFile").change(() => tryCatch(readImageFromFile)); | |
| $("#flipImage").click(() => tryCatch(flipImage)); | |
| $("#getImageFormat").click(() => tryCatch(getImageFormat)); |
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: Basic API call (TypeScript) (1) | |
| 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) => { |
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: Chart - Find data point with specific xvalue | |
| description: '' | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#generateChart").click(() => tryCatch(generateChart)); | |
| $("#addDataLabel").click(() => tryCatch(addDataLabel)); |
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: Chart - Find data point with specific xvalue | |
| description: '' | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#generateChart").click(() => tryCatch(generateChart)); | |
| $("#addDataLabel").click(() => tryCatch(addDataLabel)); |
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: Chart - Find data point with specific xvalue | |
| description: '' | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#run").click(() => tryCatch(run)); | |
| async function run() { |
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: Chart - Find data point with specific xvalue | |
| description: '' | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#run").click(() => tryCatch(run)); | |
| async function run() { |
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: Chart - Find data point with specific xvalue | |
| description: '' | |
| host: EXCEL | |
| api_set: {} | |
| script: | |
| content: > | |
| $("#run").click(() => tryCatch(run)); | |
| async function run() { |