Skip to content

Instantly share code, notes, and snippets.

@chgrossMSFT
chgrossMSFT / MEMES.EXCEL.yaml
Last active June 8, 2023 20:08
Makes Memes
name: MEMES
description: Makes Memes
host: EXCEL
api_set: {}
script:
content: >
/**
* Returns an array of collectibles.
* @customfunction
* @param queryString url to encode.
@chgrossMSFT
chgrossMSFT / Create and retrieve rich data tool (Update).EXCEL.yaml
Last active April 26, 2022 21:36
Create and retrieve rich data tool - building, retrieving and modifying rich data using valuesAsJson. This tool was created as a one-off example demonstrating the capabilities of the valuesAsJson API and it is not supported or maintained by Microsoft
name: Create and retrieve rich data tool (Update)
description: >-
Create and retrieve rich data tool - building, retrieving and modifying rich
data using valuesAsJson. This tool was created as a one-off example
demonstrating the capabilities of the valuesAsJson API and it is not supported
or maintained by Microsoft
host: EXCEL
api_set: {}
script:
content: >
@chgrossMSFT
chgrossMSFT / Create and retrieve rich data tool (Update).EXCEL.yaml
Created April 18, 2022 22:49
Create and retrieve rich data tool - building, retrieving and modifying rich data using valuesAsJson. This tool was created as a one-off example demonstrating the capabilities of the valuesAsJson API and it is not supported or maintained by Microsoft
name: Create and retrieve rich data tool (Update)
description: >-
Create and retrieve rich data tool - building, retrieving and modifying rich
data using valuesAsJson. This tool was created as a one-off example
demonstrating the capabilities of the valuesAsJson API and it is not supported
or maintained by Microsoft
host: EXCEL
api_set: {}
script:
content: >
@chgrossMSFT
chgrossMSFT / Create and retrieve rich data tool.EXCEL.yaml
Created March 30, 2022 16:40
Create and retrieve rich data tool - building, retrieving and modifying rich data using valuesAsJson. This tool was created as a one-off example demonstrating the capabilities of the valuesAsJson API and it is not supported or maintained by Microsoft
name: Create and retrieve rich data tool
description: >-
Create and retrieve rich data tool - building, retrieving and modifying rich
data using valuesAsJson. This tool was created as a one-off example
demonstrating the capabilities of the valuesAsJson API and it is not supported
or maintained by Microsoft
host: EXCEL
api_set: {}
script:
content: >
@chgrossMSFT
chgrossMSFT / MEMES.EXCEL.yaml
Created March 25, 2022 23:21
Create a new snippet from a blank template.
name: MEMES
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: >
/**
* Returns an array of collectibles.
* @customfunction
* @param queryString url to encode.
@chgrossMSFT
chgrossMSFT / Create and retrieve rich data tool.EXCEL.yaml
Created March 25, 2022 23:21
Create and retrieve rich data tool - building, retrieving and modifying rich data using valuesAsJson. This tool was created as a one-off example demonstrating the capabilities of the valuesAsJson API and it is not supported or maintained by Microsoft
name: Create and retrieve rich data tool
description: >-
Create and retrieve rich data tool - building, retrieving and modifying rich
data using valuesAsJson. This tool was created as a one-off example
demonstrating the capabilities of the valuesAsJson API and it is not supported
or maintained by Microsoft
host: EXCEL
api_set: {}
script:
content: >
@chgrossMSFT
chgrossMSFT / PTCG Functions.EXCEL.yaml
Last active April 15, 2022 17:57
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 / PTCG Functions.EXCEL.yaml
Created March 25, 2022 19:26
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 / MEMES.EXCEL.yaml
Created March 25, 2022 19:26
Create a new snippet from a blank template.
name: MEMES
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: >
/**
* Returns an array of collectibles.
* @customfunction
* @param queryString url to encode.
@chgrossMSFT
chgrossMSFT / TikTok Demo.EXCEL.yaml
Last active May 26, 2022 03:10
Gets images from imgflip
name: TikTok Demo
description: |
Gets images from imgflip
host: EXCEL
api_set: {}
script:
content: |
/**
* Returns an array of memes.
* @customfunction