| From: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: exporting query result |
| Date: | 2017-05-12 16:21:08 |
| Message-ID: | of4ndf$6n3$1@blaine.gmane.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin pgsql-sql |
Günce Kaya schrieb am 12.05.2017 um 17:58:
> Thank you for your advice. But I did not want to ask about using
> Copy. I always use it but my requirement is if there is anyway to
> export query result to CSV's different sheets.
A CSV file has no sheets (it does not even have a "structure" as it is plain text).
The tool I am maintaining can do you what you want (or at least what I think you want):
It has a built-in command to export data to various formats including ODS or XLSX which you need in order to create multiple "sheets"
The following command
WbExport -file=data.xlsx -sourceTable=table_one,table_two, table_three;
Creates a single XLSX file with three sheets, one for each table.
You can download it here: http://www.sql-workbench.net/
For details on the WbExport command see here: http://www.sql-workbench.net/manual/command-export.html
Disclosure: I am the author of that tool.
Regards
Thomas
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Günce Kaya | 2017-05-12 18:03:50 | Re: exporting query result |
| Previous Message | Günce Kaya | 2017-05-12 16:20:06 | Re: exporting query result |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Günce Kaya | 2017-05-12 18:03:50 | Re: exporting query result |
| Previous Message | Günce Kaya | 2017-05-12 16:20:06 | Re: exporting query result |