Ok I want to create a button - that when selected can download my data to excel - how would this be possible?
In most usefull web applications you have an export button which when selected allows you to choose the fields you want to download and then download them as an excel spreadsheet document.
is this possible with php??
can someone help me with this or point me to a tutorial that can??
Download Data
Moderator: General Moderators
Straight to Excel is very tricky, but just output to CSV, which Excel will open just the same!
viewtopic.php?t=24130&highlight=csv+trick
viewtopic.php?t=24130&highlight=csv+trick