可读 返回当前数据表的 Id
Number
async function example() { await instance.ready(); const app = instance.Application; const sheetId = await app.Sheets(1).Id; }
function main() { const sheetId = Application.Sheets(1).Id; } main()