Download to multiple excel sheets
Moderator: General Moderators
-
amitchandra
- Forum Newbie
- Posts: 1
- Joined: Fri Aug 01, 2008 4:10 pm
Download to multiple excel sheets
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
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
http://us3.php.net/fputcsv
That help a bit?
-OmniUni