-
Notifications
You must be signed in to change notification settings - Fork 7
Column headers
firegloves edited this page Jul 20, 2022
·
1 revision
Column headers are generated taking export query column names. If you want to choose column headers you can specify them with AS
clause. For example:
SELECT id, name AS first_name FROM Foo
will result in a sheet with 2 columns: id and first_name (containing db's name column data)
Starting by version 1.6.0 it is possible to programmatically manage column headings through a specific Column header customization