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.
作为用户操作的结果,是否可以在 Excel Online 中触发 Office 脚本功能?例如,当用户单击 Excel Online 中的超链接时,我可以运行特定的 Office 脚本函数吗?如果是这样,您能否举例说明超链接的语法/设置?
不能基于用户动作触发;我们正在调查允许通过形状/图像(按钮)触发。那会是满足您要求的东西吗?(我在产品团队工作)
您可以尝试构建在 SharePoint 中的“文件更改事件”(针对 Excel 文件)上触发的流程(又名“Power Automate”)。您需要在单元格中输入数据,而不是只在双击时触发 Flow。因为工作表和这个文件更改了 Flow 会触发。祝你好运。