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 ,
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
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&
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
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