Page 2 of 2

Posted: Wed Feb 08, 2006 4:14 am
by spitfire_esquive
the PEAR Excel Spreadsheet Writer words like a dream :D

Posted: Wed Feb 08, 2006 6:48 am
by phpScott
did you try making it a csv file, Excel takes in csv files

get the data to save to a file like

Name, address, phone, email
scott, somewhere, 555-5555, bob@bob.com
steve, somewhere else, 555-5656, steve@steve.com

save the file as data.csv

let the user download and save it.

Excel has import data wizards which worked just fine for me as a test