Skip to content

Instantly share code, notes, and snippets.

View nanjixiong218's full-sized avatar

nanjixiong nanjixiong218

View GitHub Profile
@nanjixiong218
nanjixiong218 / My_Copy.EXCEL.yaml
Created November 10, 2022 15:08
孟影工作表,多列数据转为行向下copy
name: My_Copy
description: 孟影工作表,多列数据转为行向下copy
host: EXCEL
api_set: {}
script:
content: |
$("#run").click(() => tryCatch(run));
async function run() {
await Excel.run(async (context) => {