-----Original Message----- hi I read a old post about how export dataTable data in excel format
http://www.mail-archive.com/[email protected]/msg03873.html It seems there is no solution except building a custom POI servlet with sepcific code (read duplicated code! ) for each datatable(my actual solution). Isn0t any convinient method to pass a full dataTable Object to an actionMethod... I have some code thath would be useful http://sourceforge.net/projects/spreadobjects see ya -----Original Message----- Depends on what you need... As long as you do not need calculations and lots of formatting (sort of exporting the "raw" data) you could construct a comma-separated file and send that to the client. (if you specify the correct mime-types excel will open automagically...) AND if the client uses ne of the real operating system (then ones without excel) he can open it with just about every spreadsheet-application because CSV is THE universal format... hth Alexander

