I have some data in the DB and would like to be able to export it to a CSV file and provide a link so the user can download it.
Is there any mechanism provided by Spring 3 for this?
Do you know how could I do that?
|
|
I guess it should be easy to build a CSV or any text file view. Here are suggested steps:
After that just return ModelAndView with model (object |
|||