Skip to content

Instantly share code, notes, and snippets.

View JuaneloJuanelo's full-sized avatar

Juan Balmori JuaneloJuanelo

View GitHub Profile
name: crh
description: ''
host: POWERPOINT
api_set: {}
script:
content: >
$("#run").click(() => tryCatch(run));
var picInsert =returnGoat3asBase64();
@JuaneloJuanelo
JuaneloJuanelo / Demo Lake.EXCEL.yaml
Last active January 16, 2024 20:48
** Microsoft Product Group Starter Code provided pursuant to SIA Variation No. 7. ** Try out the chart data label APIs.
name: Demo Lake
description: >-
** Microsoft Product Group Starter Code provided pursuant to SIA Variation No.
7. **
Try out the chart data label APIs.
host: EXCEL
api_set: {}
script:
content: |
name: Perf on Image collection
description: ''
host: POWERPOINT
api_set: {}
script:
content: >
$("#insert").click(run);
$("#insertGeometricShape").click(run2);
name: Filling vs inserting images
description: ''
host: POWERPOINT
api_set: {}
script:
content: >
$("#insert").click(insert);
$("#fill").click(fill);
@JuaneloJuanelo
JuaneloJuanelo / Tags Demo.POWERPOINT.yaml
Last active September 6, 2023 17:32
Inserts geometric shapes, lines, and text boxes to a slide.
This file has been truncated, but you can view the full file.
name: Tags Demo
description: 'Inserts geometric shapes, lines, and text boxes to a slide.'
host: POWERPOINT
api_set: {}
script:
content: >
$("#run").click(() => tryCatch(run));
$("#run2").click(() => tryCatch(run2));
@JuaneloJuanelo
JuaneloJuanelo / NewAPI.POWERPOINT.yaml
Created June 27, 2023 19:43
Inserts an SVG image using an XML string.
name: NewAPI
description: Inserts an SVG image using an XML string.
host: POWERPOINT
api_set: {}
script:
content: >
$("#run").click(() => tryCatch(run));
const InsertImageAndCreateBinding: Function = async () => {
@JuaneloJuanelo
JuaneloJuanelo / NewAPI.POWERPOINT.yaml
Created June 27, 2023 19:42
Inserts an SVG image using an XML string.
name: NewAPI
description: Inserts an SVG image using an XML string.
host: POWERPOINT
api_set: {}
script:
content: >
$("#run").click(() => tryCatch(run));
const InsertImageAndCreateBinding: Function = async () => {
@JuaneloJuanelo
JuaneloJuanelo / Insert SVG.POWERPOINT.yaml
Created June 27, 2023 17:11
Inserts an SVG image using an XML string.
name: Insert SVG
description: Inserts an SVG image using an XML string.
host: POWERPOINT
api_set: {}
script:
content: |
$("#insert").click(newImage);
function newImage() {
Office.context.document.setSelectedDataAsync(
@JuaneloJuanelo
JuaneloJuanelo / Charts Juan.EXCEL.yaml
Last active November 3, 2023 19:34
is this a bug?
name: Charts Juan
description: is this a bug?
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
$("#run2").click(() => tryCatch(run2));
async function run() {
name: Charts Juan
description: is this a bug?
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
$("#run2").click(() => tryCatch(run2));
async function run() {