是否有使用 Office 模板的 .Net 报告工具?
在我目前正在开发的应用程序中,我们需要一种方法让用户生成 Microsoft Word 或 Excel 格式的报告(导出和打印)。
要求之一是用户将使用 Word 或 Excel 模板文档创建报告模板。
我尝试用 google 搜索一种使用 word 和 excel 模板作为报告模板的报告工具,但我发现的唯一一个(Windwards)太贵了,无法满足我们的需求。我们无法使用服务器来生成报告,因此需要由应用程序(Windows 窗体)直接生成报告。
On the application I am currently working on, we need a way for users to generate reports in Microsoft Word or Excel format (export and print).
One of the requirement is that the users would create the report template using a Word or Excel template document.
I've tried to google a reporting tool that uses word and excel templates for report templates and the only one I found (Windwards) is way too expensive and wouldn't fit our needs. We cannot have a server to generate the reports, so the report would need to be generated directly by the application (Windows Forms).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windwards 报告有一种替代方案 - Templater。
它也基于标签,但更轻量级。
There is kind of an alternative to Windwards reports - Templater.
It's also based on tags, but more lightweight.
我认为您搜索的解决方案受到限制。为什么模板编辑器必须基于Word和/或Excel。这两个程序都是文档编辑器。基于此程序的模板编辑器非常有限,无法制作出良好的模板编辑器。如果您调用 Word 或任何第三方程序,我认为没有什么区别。
由于报告在大多数情况下基于数据库中的数据,因此将其安装在数据所在的服务器上是有意义的。
我认为你问错了问题。更感兴趣的问题是:
I think you are to limited in the solution that you search. Why must the template editor based on Word and/or Excel. This both programs are document editors. A template editor based on this programs are very limited and can not produced a good template editor. I see no difference if you call Word or any third party program.
Because reports based in the most cases on data from database that it make sense to install it on the server where the data are.
I think you ask the wrong questions. The more interest question are: