problem with using displaytag + tiles to export excel
问题 DisplayTag 1.2 Spring + MVC 2.5.6 Tiles 2.0.7 I have taken a look at some other items on this site around the same subject area but none seem to answer the question of how to export a table generated by display tag into excel. I am able to export/save xml and csv but not excel. Other jars that are needed? Basic set up: web.xml <!-- display tag --> <filter> <filter-name>ResponseOverrideFilter</filter-name> <filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class> </filter>