iyer2286 Posted January 24, 2011 Share Posted January 24, 2011 Hi there, I have a cronjob for PHP which generates a table with dynamic data and this table is exported to excel when run. When i have one table it downloads one excel file. I want to download multiple excel files using a for loop. Please Help... Any suggestions will be helpful.. Thank you, Regards, Rohit Link to comment https://forums.phpfreaks.com/topic/225466-excel-file-download-with-php/ Share on other sites More sharing options...
requinix Posted January 24, 2011 Share Posted January 24, 2011 You can't do a download of multiple files. Only one at a time. If you're creating actual Excel spreadsheets, consider using worksheets. If not, maybe a .zip file of everything? Link to comment https://forums.phpfreaks.com/topic/225466-excel-file-download-with-php/#findComment-1164273 Share on other sites More sharing options...
iyer2286 Posted January 24, 2011 Author Share Posted January 24, 2011 Hey requinix, Thanks a lot for the quick reply.. Regards, Rohit Link to comment https://forums.phpfreaks.com/topic/225466-excel-file-download-with-php/#findComment-1164274 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.