基于Web表单生成Word文档

发布于 2024-10-27 19:19:53 字数 305 浏览 1 评论 0原文

我正在编写一个应用程序,用于根据用户预先填写的表单生成文档。 即:

  1. 用户填写一个表格,包括一些复选框、单选按钮等。
  2. 相关文本从数据库中提取
  3. 。数据应写入word文档 - 包括一些依赖项(自动编号和其他设计)
  4. 用户可以预览或下载文件

我的问题是:

  1. 在 PHP 或 ASP.NET 代码中应该使用哪些模块来建立 Word 文档? Shell 我使用 HTML/COM/OpenOffice XML?
  2. “预览”功能应该如何实现?

I'm writing an application for generating a document out of user pre-filled form.
i.e.:

  1. the user fills in a form including some checkbox, radio buttons etc..
  2. the relevant text is pulled out from the DB
  3. The data should be written into a word document - including some dependencies (automatic numbering,and other designs)
  4. The user may preview or download the file

My Question's:

  1. which modules should be used in either PHP or ASP.NET code for establishing A Word document? Shell I use HTML/COM/OpenOffice XML?
  2. How should the "preview" function be implemented?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文