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