Re: [symfony-users] Open an Excel file

2010-01-15 Thread Benoit Montuelle
Hi, I think there may be at least 2 solutions : 1st) - Make for form so user can upload one or more file - Modify that file in php, this point may be though, as php excel writers have generally limited support. You can try something like this http://pear.php.net/package/Spreadsheet_Excel_Writer ,

Re: [symfony-users] Open an Excel file

2010-01-15 Thread DEEPAK BHATIA
et them upload, the changes are made by > PHP, then PHP prompts the user to re-download the changed file. > > Regards > > Gareth McCumskey > > - Original Message - > From: "bibijosh" > To: "symfony users" > Sent: Thursday, January 14, 2010

Re: [symfony-users] Open an Excel file

2010-01-15 Thread Daniel Lohse
hen PHP prompts the user to re-download the changed file. Regards Gareth McCumskey - Original Message - From: "bibijosh" To: "symfony users" Sent: Thursday, January 14, 2010 7:02:43 PM GMT +02:00 Harare / Pretoria Subject: [symfony-users] Open an Excel file Hi, I&

Re: [symfony-users] Open an Excel file

2010-01-15 Thread Gareth McCumskey
Message - From: "bibijosh" To: "symfony users" Sent: Thursday, January 14, 2010 7:02:43 PM GMT +02:00 Harare / Pretoria Subject: [symfony-users] Open an Excel file Hi, I'm quite new to Symfony, and not really good at php in the first place. So if someone could give me a

[symfony-users] Open an Excel file

2010-01-14 Thread bibijosh
Hi, I'm quite new to Symfony, and not really good at php in the first place. So if someone could give me a hand here. Here is what my website does for now : - Open an explorer window so the user can upload an excel file - Modify that file - Save it on my server. Here is what I would like to do