如何使用asp.net打开、编辑和保存word文档

发布于 2024-09-04 01:34:11 字数 97 浏览 4 评论 0原文

我想通过ASP.Net从数据库中获取一个word文档并将其显示在Internet Explorer上,然后我想编辑一些文本并将该文档替换为原始文档,与Sharepoint完全相同。

I want to get a word document from data base by ASP.Net and show it on Internet Explorer, then I want to edit some text and replace this document with the original one, exactly same as Sharepoint.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情归归情 2024-09-11 01:34:11

Man Word 知道该文档来自 Sharepoint。当用户更改文件时,您将需要很多管道之类的服务来处理(例如文件系统观察程序来监视文件何时被修改),然后将其上传回服务器。

我认为 SharePoint 已经擅长于此,您应该考虑将其纳入您的策略中,以将其用于此类事情。

Man Word understands that the document is from Sharepoint. You will need a lot of plumbing like services to take care when the file is changed by user (like file system watcher to watch when file is modified) and then upload it back to server.

I think SharePoint is already good at this and you should figure out to fit it into your strategy to use it for this kind of things.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文