Skip to content

Instantly share code, notes, and snippets.

@chgrossMSFT
chgrossMSFT / Hello World.yaml
Created June 9, 2017 16:22
Shared with Script Lab
name: Hello World
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: ''
language: typescript
template:
content: |
@chgrossMSFT
chgrossMSFT / Hello World - 1.yaml
Created June 9, 2017 16:26
Shared with Script Lab
name: Hello World - 1
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: '$("#header").text(''Hello World'')'
language: typescript
template:
content: |
@chgrossMSFT
chgrossMSFT / FillColor.yaml
Created June 9, 2017 16:39
Shared with Script Lab
name: FillColor
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
@chgrossMSFT
chgrossMSFT / MultiplicationTable.yaml
Created June 9, 2017 18:01
Shared with Script Lab
name: MultiplicationTable
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
@chgrossMSFT
chgrossMSFT / MultiplyBy.yaml
Created June 9, 2017 18:11
Shared with Script Lab
name: MultiplyBy
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
@chgrossMSFT
chgrossMSFT / Worksheet Selector.yaml
Created June 9, 2017 18:47
Shared with Script Lab
name: Worksheet Selector
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
@chgrossMSFT
chgrossMSFT / Worksheet Selector.yaml
Created June 9, 2017 18:51
Shared with Script Lab
name: Worksheet Selector
description: ''
author: chgrossMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(run);
async function run() {
@chgrossMSFT
chgrossMSFT / PTCG Functions.EXCEL.yaml
Created March 9, 2022 04:30
Create a new snippet from a blank template.
name: PTCG Functions
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
/**
* Returns an array of pokemon.
* @customfunction
* @param queryString string name of the repository.
@chgrossMSFT
chgrossMSFT / ValuesAsJson Examples.EXCEL.yaml
Created March 17, 2022 00:59
Create a new snippet from a blank template.
name: ValuesAsJson Examples
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#date").click(() => tryCatch(date));
$("#WebImage").click(() => tryCatch(image));
$("#bool").click(() => tryCatch(boolean));
$("#text").click(() => tryCatch(text));
@chgrossMSFT
chgrossMSFT / ValuesAsJson Examples.EXCEL.yaml
Created March 17, 2022 00:59
Create a new snippet from a blank template.
name: ValuesAsJson Examples
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#date").click(() => tryCatch(date));
$("#WebImage").click(() => tryCatch(image));
$("#bool").click(() => tryCatch(boolean));
$("#text").click(() => tryCatch(text));