这个主题是关于使用javascript api开发excel插件的人。
https://learn.microsoft.com/en-us/office/dev/add-ins/excel/excel-add-ins-ranges get-the-selected-range
如何在VSCODE控制台或调试控制台通过console.log(`The address of the selected range is "${range.address}"`);
显示消息?
这就是我的问题的解决方案:
https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-using-f12-developer-tools-on-windows-10
在Mac上,打开safari开发菜单(您可能需要调整设置才能看到它)并打开带有Mac主机名的菜单。查找要调试的Excel相关页面。这将打开有控制台日志的safari开发工具。