Ant I believe is talking about creating a CSV file (filename.csv) as opposed
to a direct Excel file (filename.xls). CSV files can be opened in Excel but
do not permit advanced formatting options like you can get in an Excel
spreadsheet. CSV files only allow you to dump lists of data.

Depending on what you are looking for CSV files are simpler to do than Excel
ones and may be all that is needed.

Regards

Gareth

On 2/20/09, Nabil EL GHALI <[email protected]> wrote:
>
> Thank's Ant i'm new in symfony , but i dont know i must create a new action
> ( executeExport() )  and a new layout in the template folder to do that ?
> because i must customize the excel file with the compagny informations and
> an footer with export date and time .
>
>
>
>
> 2009/2/20 Ant Cunningham <[email protected]>
>
>>
>> Create the csv string in your action, set layout to false, change the
>> response headers accordingly, and dump the var in the template.
>>
>> Its been covered numerous times search the forum or the news group or
>> more verbose insights :-)
>>
>> Nabil EL GHALI wrote:
>> > Hi  everyone ,
>> >
>> >
>> > i'm searching to make an export from symfony admin generator ( List )
>> > to  *Excel* / CSV  and the content will be dynamically generated
>> > depending on the filter
>> >
>> > is there a way to do that under symfony 1.1 ?
>> >
>> > thank's
>> >
>> > >
>>
>>
>>
>>
>
>
> --
> Bonne Récéption
> --------------------------------
> Nabil EL GHALI
> Web Developer & Freelancer
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to