Skip to content

Column headers

firegloves edited this page Jul 20, 2022 · 1 revision

Column headers

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