Can we export data from PostgreSQL to xlsx file?
3
votes
2
answers
17118
views
I want to export the result of a query to xlsx file format.
I know we can export it to csv file, but I want to export it to xlsx file.
Like the following:
copy(select name_related from hr_employee limit 3) to '/tmp/ABC.xlsx'
delimiter ',' xlsx header;
Asked by Abdul Raheem Ghani
(562 rep)
May 3, 2016, 10:20 AM
Last activity: Dec 7, 2024, 02:54 PM
Last activity: Dec 7, 2024, 02:54 PM