this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicket-datatable-to-excel-tp3433610p4664637.html
Sent from the Users forum mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr
Hi guys,
please i need a code to export my dataTable values into an excel format on
click of a button.
Any help will do.
Thanks
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicket-datatable-to-excel-tp3433610p3433610.html
Sent from the Users
On Thu, Apr 7, 2011 at 16:40, henry henstri...@yahoo.com wrote:
Hi guys,
please i need a code to export my dataTable values into an excel format on
click of a button.
Any help will do.
Use Apache POI to create excel file/stream and IResourceListener to
hook it to Wicket.
Next time research
I haven't used Apache POI, so that may be the way to go. For my exports
I use JExcel (http://jexcelapi.sourceforge.net/resources/faq/). With
JExcel you will need to loop through the cells in you data table and
create the Excel cells to match. There is example code in the FAQ I linked.
On