I installed 10.5.1 on a new PC. In my old installation, when I copied rows from a grid and pasted them into Excel, the column names would be included in the copy/paste. Now, only the data is pasted.
How do I set up Toad so the column names will also be copied and pasted?
More specifically, I run a query in the Editor such as:
SELECT *
FROM dm_ps_uom
This returns 50 rows.
I click in the Data Grid, then from the Edit menu, I select “Select All”, then “Copy”. Over in Excel, I rigth click and select “Paste”. In my previous 9.6 version, it would paste with column names.
The way it should work, select the rows you want using multi-select (ensure ROW
SELECT is enabled in grid), then just use SHIFT+INSERT, you’ll get
just the rows you want and the column headers.
You can also just grab the selected rows with the Export/SaveAs dialog –
there’s a check box for that, but won’t be as quick as using the KB.
Right click on any cell in the data grid and select export dataset ,select the export format as Excel select the location where you want to save the file and click ok…
data with column names will be exported no need to copy/paste option…