Consider the following: A user selects an option, which result in a query getting run on the server database and the results displayed on the browser.
I am looking for a recommendation to
export these query results in a pdf or spreadsheet. For instance in perl I can use the spreadsheet::writeexcel module to do that. In php?
I am looking for a recommendation to
export these query results in a pdf or spreadsheet. For instance in perl I can use the spreadsheet::writeexcel module to do that. In php?