Re: [symfony-users] Open an Excel file

2010-01-15 Thread Gareth McCumskey
Message - From: bibijosh dorothee.arno...@gmail.com To: symfony users symfony-users@googlegroups.com 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

Re: [symfony-users] Open an Excel file

2010-01-15 Thread DEEPAK BHATIA
/ 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 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

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

[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