本主题与使用JavaScript开发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}");
显示消息?
本主题与使用JavaScript开发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}");
显示消息?
2条答案
按热度按时间neekobn81#
这是我的问题的解决方案:
https://learn.microsoft.com/en-us/office/dev/add-ins/testing/debug-add-ins-using-f12-developer-tools-on-windows-10
smtd7mpg2#
在Mac上,打开Safari开发菜单(您可能需要调整设置才能看到它),然后打开具有Mac主机名的菜单。查找要调试的Excel相关页。这将打开safari dev tools,其中有一个控制台日志。