English 中文(简体)
有可能在其现有地点开设一个没有下载的Excel文档
原标题:Is it possible to open an excel file in its current location not download it

我为公司内联网撰写了一个小型网站,并提出了以下可能很简单的问题。 是否有可能从该网络的现有地点开出一个Excel文档,而不是下载。 因此,对实际档案作任何改动,而不是下载版本?

增 编

问题

最佳回答

是的,这是可能的,但随后,你必须具体说明当地网络档案的地址,而不是网络服务器上的吉大港定居地。

用户自然需要查阅网络份额的档案,并获得书面许可。

问题回答

我建议使用“E”模式打开内联网文档。 Edge和 Chrome通常认为它们是地方档案,自动下载。 即便是你在 Chrome选择“下载后自动选择某些档案类型”。

Try and use Edge with IE mode. This gives you the advantage of using a modern browser and still access ancient websites like intranet pages.

  1. Open Edge
  2. Type this in your address bar: edge://settings/defaultbrowser
  3. Slide the Allow sites to be reloaded in Internet Explorer toggle to ON.
  4. Restart Microsoft Edge.

如今,IE已经获得帮助。

  1. Open a new tab
  2. Type in your intranet link
  3. Right click on your current tab
  4. Click "Reload tab in Internet Explorer mode"

页: 1

资料来源: https://support.microsoft.com/en-us/microsoft-vant/internet-explorer-modein-modein-microsoft-ex-660-41f62ea-38a-482

页: 1 不可能在吉大港山区开设一个遥远的Excel文档,并写回该档案的改动。

Let s consider some other things you might be trying to do.

If you are running excel, all you can open are files visible to the file system APIs. That means files on your local disk and network file systems accessible via CIFS. Mapped drive letters, \ pathnames, that sort of thing.

如果你建立了一个Excel文档,供从一个网络服务器下载,将永远下载。 Excel胜诉。

The Microsoft technology solution that addresses what you seem to be asking for is Sharepoint.

Anything you open from a HTTP connection I believe is "downloaded" to the client. Its more how you "uploade" the changes.

But if thats what the customer wants I have some alternatives:

1) Use Dropbox or similar filesharing utils. Once someone saves a document in Dropbox, its automatically uploaded to the Dropbox account. The free version allows up to 2 GB of data. Thats quite a few Excel files.

2) Use Gmail/Google Apps. If you do you get 1 GB space for online documents. You can upload Office files suchs as Excel and they will be converted an online editable from within the Google Docs. You can share the files within the domain or even externally if you make that setting the admin part. Afterwards you can also download/export the Spreadsheet as Excel format. I havent tested how much of the standards you loose but ofcause its not a full Excel.

3) 等待微软在线完成其办公室。 我要说的是,Excel版本将确切地说是你目前通过使用一些特殊的假肢或MSIE9技术而提出的要求。 但我确实知道。

其中一些希望给了你一些想法?

If the file is in a network share on the same domain (or reachable from the domain your app is running from), it is possible, provided that

  1. The share is readable and writeable by the domainuser the app runs under (via ownership or assigned role.)
  2. The file is shareable (IIRC). This is important if multiple users (or apps) need to access it.

Other than that, a domainlocation path should be treatable just like a local (or disk mounted) path.

在您的“超文本”文件中建立/链接:

<a href= file:///H:/docs/foo/bar.xls >Your Excel File</a>

减去UNC网络H:docs/foo/bar.xls。 注





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签