I have a Mysql
server, a webserver with php.
I want the tables to be generated in the browser window to be allso available as excell sheet, if requested through the webform (only the tables which are displayed in the browser, so maybe this can be done client-side ??).
How can I do that? Preferably client side, since the server isn't that performant..