针对旧版本 excel 测试 office-js 插件
Testing office-js addins against old versions of excel
我正在为坚持使用旧版本 Excel(1708 或 1808)的企业客户开发 office-js 插件。
但是当我从 Office 365 安装 excel 时,我得到的是版本 1906。
在过去,对于软件,您可以在带有版本标记的目录中找到安装程序,您可以创建一个 VM,然后只安装您想要的版本。但是更高级的安装程序似乎会自动下载内容,并且始终(至少默认为)最新版本。
如何在 VM 上安装旧版 Excel 进行测试?
测试时获取早期版本没有特殊过程add-ins。它应该与最终用户使用的过程相同。请尝试本文中的步骤:Revert to an earlier version of Office. I think you can find the build numbers that you will need either from your customer or from this page: Update history of Office 365.
我正在为坚持使用旧版本 Excel(1708 或 1808)的企业客户开发 office-js 插件。
但是当我从 Office 365 安装 excel 时,我得到的是版本 1906。
在过去,对于软件,您可以在带有版本标记的目录中找到安装程序,您可以创建一个 VM,然后只安装您想要的版本。但是更高级的安装程序似乎会自动下载内容,并且始终(至少默认为)最新版本。
如何在 VM 上安装旧版 Excel 进行测试?
测试时获取早期版本没有特殊过程add-ins。它应该与最终用户使用的过程相同。请尝试本文中的步骤:Revert to an earlier version of Office. I think you can find the build numbers that you will need either from your customer or from this page: Update history of Office 365.