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