我必须在具有一些基本密码保护(基本 http auth)的 Web 服务器(Apache)上在线放置一个 excel 文件。但是,用户应该能够从 excel 中打开文件并将其更改保存回服务器。
有没有简单有效的解决方案?我对 webdav 不是很有经验。
我必须在具有一些基本密码保护(基本 http auth)的 Web 服务器(Apache)上在线放置一个 excel 文件。但是,用户应该能够从 excel 中打开文件并将其更改保存回服务器。
有没有简单有效的解决方案?我对 webdav 不是很有经验。
也许使用Google Docs来共享文档。这将是交钥匙。:)
Funny enough, if you just need "basic-level" security, you can set it up in the Excel sheet itself:
Go to the Tools -> Protection menu and you can lock down the whole sheet, or just specific ranges.
Note This is not "really good" security and will not stand up against an even moderately-skilled attack...but it will pass muster for the most basic uses.
Webdav 可以做到这一点。设置起来可能很麻烦。