Page 1 of 1

Download to multiple excel sheets

Posted: Fri Aug 01, 2008 5:51 pm
by amitchandra
Guys, I got to implement a download to excel in multiple sheets . I googled but could not gather any information . Could someone please give a lead ?

Re: Download to multiple excel sheets

Posted: Fri Aug 01, 2008 6:18 pm
by omniuni
Output your array containing data into a CSV (fputcsv) and have the user download them. CSV's work fine for Excel, or any other Spreadsheet.

http://us3.php.net/fputcsv

That help a bit?

-OmniUni