[web2py] Re: change colnames export_to_csv_file

2011-06-02 Thread Bob
Thanks! On 1 Юни, 19:12, Massimo Di Pierro massimo.dipie...@gmail.com wrote: yes rows.export_to_csv_file(open(),colnames=[]) On Jun 1, 8:38 am, Bob handzh...@gmail.com wrote: Is there any way to change colnames before exporting to CSV? Now I have a query like this:

[web2py] Re: change colnames export_to_csv_file

2011-06-01 Thread Massimo Di Pierro
yes rows.export_to_csv_file(open(),colnames=[]) On Jun 1, 8:38 am, Bob handzh...@gmail.com wrote: Is there any way to change colnames before exporting to CSV? Now I have a query like this: students=db().select(db.students.email, db.students.name) And I'm getting the excel with