This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Bing Maps - Tech Summit 2018 | |
description: '' | |
author: XiangGaoMSFT | |
host: EXCEL | |
api_set: {} | |
script: | |
content: |+ | |
var map; | |
$(function () { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Protection.protect() | |
description: '' | |
author: XiangGaoMSFT | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#protect").click(() => tryCatch(protect)); | |
$("#unprotect").click(() => tryCatch(unprotect)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Workbook.properties.custom | |
description: '' | |
author: XiangGaoMSFT | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#add").click(() => tryCatch(add)); | |
$("#load").click(() => tryCatch(load)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: range.getImage() | |
description: '' | |
author: xianggaomsft | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#run").click(() => tryCatch(run)); | |
async function run() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Issue of range.values | |
description: Not verified yet | |
author: xianggaomsft | |
host: EXCEL | |
api_set: {} | |
script: | |
content: | | |
$("#run").click(() => tryCatch(run)); | |
var yearRange; |