简体   繁体   English

生成并下载Excel文件

[英]Generate and download excel file

I have a list data in my spring mvc application. 我的Spring MVC应用程序中有一个列表数据。 I need to generate excel file from this list and then send excel file to browser for download. 我需要从此列表中生成excel文件,然后将excel文件发送到浏览器以进行下载。 Which library should I use and how can I use it? 我应该使用哪个库以及如何使用它? I want to do this action in spring controller, not in jsp page. 我想在spring控制器而不是jsp页面中执行此操作。 Thanks in advance. 提前致谢。

Basically it depends how complicated your excel file should be. 基本上,这取决于您的excel文件应该有多复杂。 There are more libraries, I have some experience with Jasper reports library and I can recommend it. 有更多的库,我对Jasper报告库有一定的经验,我可以推荐它。 There is a Eclipse plugin available, which serves as an GUI editor. 有一个可用的Eclipse插件 ,可以用作GUI编辑器。 You can design a template, etc. 您可以设计模板等。

The next option is to do it using Apache POI - the work with that is very straightforward. 下一个选择是使用Apache POI进行操作 -这样做非常简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM