开发者

sample example to export data to Excel, PDF, CSV and XML using Display tag in 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜