Skip to content

Instantly share code, notes, and snippets.

# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@ampproject/remapping@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
dependencies:
"@jridgewell/gen-mapping" "^0.1.0"
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@ampproject/remapping@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
dependencies:
"@jridgewell/gen-mapping" "^0.1.0"
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@ampproject/remapping@^2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
dependencies:
"@jridgewell/gen-mapping" "^0.1.0"
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@babel/code-frame@7.8.3":
version "7.8.3"
resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.8.3.tgz"
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
dependencies:
"@babel/highlight" "^7.8.3"
@chengtie
chengtie / monaco-editor .EXCEL.yaml
Created January 17, 2023 10:52
Create a new snippet from a blank template.
name: 'monaco-editor '
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
monaco.editor.create(document.getElementById("container"), {
@chengtie
chengtie / monaco-editor .EXCEL.yaml
Created January 17, 2023 10:50
Create a new snippet from a blank template.
name: 'monaco-editor '
description: Create a new snippet from a blank template.
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
await Excel.run(async (context) => {
@chengtie
chengtie / Create, access, and remove (5).EXCEL.yaml
Created January 20, 2022 17:37
Creates, accesses, and removes named items in a worksheet.
name: 'Create, access, and remove (5)'
description: 'Creates, accesses, and removes named items in a worksheet.'
host: EXCEL
api_set: {}
script:
content: |
$("#test").click(() => tryCatch(test));
async function test() {
await Excel.run(async (context) => {
@chengtie
chengtie / Create, access, and remove (5).EXCEL.yaml
Created January 20, 2022 17:31
Creates, accesses, and removes named items in a worksheet.
name: 'Create, access, and remove (5)'
description: 'Creates, accesses, and removes named items in a worksheet.'
host: EXCEL
api_set: {}
script:
content: |
$("#test").click(() => tryCatch(test));
async function test() {
await Excel.run(async (context) => {
@chengtie
chengtie / Create, access, and remove (4).EXCEL.yaml
Created December 22, 2021 21:04
Creates, accesses, and removes named items in a worksheet.
name: 'Create, access, and remove (4)'
description: 'Creates, accesses, and removes named items in a worksheet.'
host: EXCEL
api_set: {}
script:
content: |
$("#test").click(() => tryCatch(test));
async function test() {
await Excel.run(async (context) => {
@chengtie
chengtie / Create, access, and remove (3).EXCEL.yaml
Created December 17, 2021 18:58
Creates, accesses, and removes named items in a worksheet.
name: 'Create, access, and remove (3)'
description: 'Creates, accesses, and removes named items in a worksheet.'
host: EXCEL
api_set: {}
script:
content: |
$("#test").click(() => tryCatch(test));
async function test() {
await Excel.run(async (context) => {