Hi,
I am using the GWT Visualization library (gwt-visualization-1.1.2) to create charts and reports on my application.
I now need to export the data contained in my reports to Excel without going to the server.
I think that the gwt-table-to-excel should work, but the TableToExcelClient only use argument of type HTMLTable or CellTable.
Can you help me figure out the best way to use the gwt-table-to excel with a dataTable?
Thanks