生成并下载 excel 文件

Generate and download excel file

我的 spring mvc 应用程序中有一个列表数据。我需要从此列表生成 excel 文件,然后将 excel 文件发送到浏览器以供下载。我应该使用哪个库以及如何使用它? 我想在 spring 控制器中执行此操作,而不是在 jsp 页面中执行此操作。 提前致谢。

基本上这取决于您的 excel 文件的复杂程度。还有更多的库,我有一些可用的 Jasper reports library and I can recommend it. There is a Eclipse plugin 经验,它用作 GUI 编辑器。可以设计模板等

下一个选择是使用 Apache POI - 使用它非常简单。