Office加载项是否总是需要Internet访问才能工作? [英] Do Office Add-ins always require Internet access to work?

查看:241
本文介绍了Office加载项是否总是需要Internet访问才能工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

让我们以Excel为例.在Excel 2016中,当我单击Trust It后在STORE中选择一个加载项时,该加载项的代码(.html.js文件)是否会下载或安装在我的计算机上?

Let's take Excel for example. In Excel 2016, when I select an add-in in the STORE, after clicking on Trust It, will the code (.html, .js files) of the add-in be downloaded or installed on my machine?

换句话说,是否已经在计算机上安装了MY ADD-INS下的加载项,这样我就可以在没有Internet的情况下加载和运行它们(如果加载项不向Internet发送或接收来自Internet的特殊数据) )?

In other words, have the add-ins under MY ADD-INS been already installed on my machine, such that i could load and run them without Internet (if an add-in does not send or receive special data to or from Internet)?

我问这个问题,是因为我想知道基本的加载项是否总是需要访问Internet才能正常工作.

I am asking this question, because i want to know if a basic add-in always requires Internet access to work.

推荐答案

正如Eric所述,Office加载项确实基于Web.但是,要在他的答案中加上一点:

As Eric mentions, Office add-ins are indeed web based. However, to add a bit to his answer:

虽然您确实需要一次性访问权限以获取清单和原始HTML/JS/CSS文件,但是如果您的加载项没有使用许可证检查(免费)并且不需要Web服务,则应该能够在第一次使用互联网后建立使用标准离线技术加载的网站.

While you definitely need a one-time access to fetch the manifest and the original HTML/JS/CSS files, if your add-in is not using license checking (it's free) and does not require web services, you should be able to make a website that uses standard offlining techniques to load with no internet connection after the first time.

我将清单指向 http://html5demos.com/offlineapp 进行了快速尝试.加载一次并断开互联网连接后,我仍然能够加载该页面.

I tried it out real quick with pointing a manifest at http://html5demos.com/offlineapp. After loading it once and then disconnecting my internet, I was still able to load that page.

希望这会有所帮助,

〜迈克尔

这篇关于Office加载项是否总是需要Internet访问才能工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆