从 Web 应用程序导出 Word 文档
我需要从网络应用程序导出 Word 文档。我目前使用NPOI进行excel导出,但似乎不包括word导出。 我找到了 Aspose Word,还有其他有效的替代方案吗?
我需要能够使用word模板文档,并且最好应该支持书签。
I need to export word documents from a web app. I currently use NPOI for excel export, but it doesn't seem to cover word export.
I've found Aspose Word, is there other valid alternatives?
I need to be able to use a word template document, and bookmarks should preferably be supported.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您不介意编写一些代码行,可以使用 OpenXML SDK。它允许您从头开始创建 Word、Excel 和 Powerpoint 文件。我在一个项目中使用了它,其中用户上传了文档模板,然后应用程序用从数据库获取的值替换书签。与 Excel 相同,但使用单元格坐标
If you don't mind writing some lines of code you can use OpenXML SDK. It allow you to create from scratch word, excel and powerpoint files. I used it in a project in wich the users uploaded docuemnt templates and then the app replace the bookmark with values taken from DB. The same thing with excel, but workin with cell coordinates
对于从网络应用程序导出 Word 文档,Spire.Doc 可能对您有用,支持 doc 和 docx。
for exporting word documents from a web app, Spire.Doc may useful for you, doc and docx supported.