基于Web表单生成Word文档
我正在编写一个应用程序,用于根据用户预先填写的表单生成文档。 即:
- 用户填写一个表格,包括一些复选框、单选按钮等。
- 相关文本从数据库中提取
- 。数据应写入word文档 - 包括一些依赖项(自动编号和其他设计)
- 用户可以预览或下载文件
我的问题是:
- 在 PHP 或 ASP.NET 代码中应该使用哪些模块来建立 Word 文档? Shell 我使用 HTML/COM/OpenOffice XML?
- “预览”功能应该如何实现?
I'm writing an application for generating a document out of user pre-filled form.
i.e.:
- the user fills in a form including some checkbox, radio buttons etc..
- the relevant text is pulled out from the DB
- The data should be written into a word document - including some dependencies (automatic numbering,and other designs)
- The user may preview or download the file
My Question's:
- which modules should be used in either PHP or ASP.NET code for establishing A Word document? Shell I use HTML/COM/OpenOffice XML?
- How should the "preview" function be implemented?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论