Thanks!

On 1 Юни, 19:12, Massimo Di Pierro <[email protected]> wrote:
> yes
>
> rows.export_to_csv_file(open(....),colnames=[....])
>
> On Jun 1, 8:38 am, Bob <[email protected]> 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 columns like:
> > students.email | students.name
>
> > Would be nice to change that to Email and Name, but can't find any
> > solution

Reply via email to