Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
本主题与使用 javascript api 开发 excel 插件的人有关。
https://docs.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-ranges#get-the-selected-range
如何console.log(`The address of the selected range is "${range.address}"`);在 VSCODE 控制台或调试控制台中显示消息?
console.log(`The address of the selected range is "${range.address}"`);
这是我的问题的解决方案:
https://docs.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-using-f12-developer-tools-on-windows-10