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
精彩评论