Demo for the Visual Programming SDK for PHP You can integrate the visual component easily into your current PHP project. Inspect the PHP source code for further information. But keep in mind: it is absolute easy to integrate.
Create a Excel file from a database table and provide them as CSV download.
1) Load the data from the database 2) Store the result in the variable named "result" 3) convert the variable "result" to CSV 4) provide the CSV as downloadable file.