Skip to content

Instantly share code, notes, and snippets.

@XiangGaoMSFT
XiangGaoMSFT / Bing Maps - Tech Summit 2018.yaml
Last active October 18, 2018 16:44
Shared with Script Lab
name: Bing Maps - Tech Summit 2018
description: ''
author: XiangGaoMSFT
host: EXCEL
api_set: {}
script:
content: |+
var map;
$(function () {
@XiangGaoMSFT
XiangGaoMSFT / Protection.protect().yaml
Last active September 7, 2018 04:33
Shared with Script Lab
name: Protection.protect()
description: ''
author: XiangGaoMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#protect").click(() => tryCatch(protect));
$("#unprotect").click(() => tryCatch(unprotect));
@XiangGaoMSFT
XiangGaoMSFT / Workbook.properties.custom.yaml
Created September 3, 2018 07:31
Shared with Script Lab
name: Workbook.properties.custom
description: ''
author: XiangGaoMSFT
host: EXCEL
api_set: {}
script:
content: |
$("#add").click(() => tryCatch(add));
$("#load").click(() => tryCatch(load));
@XiangGaoMSFT
XiangGaoMSFT / range.getImage().yaml
Created September 3, 2018 06:42
Shared with Script Lab
name: range.getImage()
description: ''
author: xianggaomsft
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
@XiangGaoMSFT
XiangGaoMSFT / View Names.yaml
Last active August 15, 2018 14:46
Sample script to list all names - Shared with Script Lab
name: View Names
description: Sample script to list all names
author: xianggaomsft
host: EXCEL
api_set: {}
script:
content: |
$("#refresh").click(() => tryCatch(refresh));
async function refresh() {
@XiangGaoMSFT
XiangGaoMSFT / Issue of range.values.yaml
Created July 23, 2018 16:45
Not verified yet - Shared with Script Lab
name: Issue of range.values
description: Not verified yet
author: xianggaomsft
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
var yearRange;