开发者

sample example to export data to Excel, PDF, CSV and XML using Display tag in spring mvc

开发者 https://www.devze.com 2023-03-02 14:46 出处:网络
I need to export ta开发者_高级运维ble data to excel using display tag . I am using spring mvc.

I need to export ta开发者_高级运维ble data to excel using display tag . I am using spring mvc. Can anyone please explain me how to do this with sample example?


I'd say Display Tag is getting old. Exporting binary data through a JSP tag library is not really the way to do things anymore.

Instead, you should have a look at the Spring MVC way to serve dynamic Excel documents which uses Apache POI (sorry @danny.lesnik, so maybe you want to undelete your answer :-) ) or jExcelApi

0

精彩评论

暂无评论...
验证码 换一张
取 消