Copy to Excel and row number

MartinF

Member²
Hi,
I have the same problem using PL/SQL Developer 7.xx and 8.

When using "Copy to Excel" functionnality, it also export the row number that appear in the grid of PL/SQL Developer. Is there a way to prevent this column from being exported in Excel, since Excel already display a row number.

Thank
 
You can select/highlight columns by clicking on the column headers. When you "Copy to Excel", only selected columns are copied.
 
You're right, it's possible to select all column manually. But It's still strange to import the row number when Excel already have this kind of column

 
Worker said:
You can select/highlight columns by clicking on the column headers. When you "Copy to Excel", only selected columns are copied.

that's rather impractical when you have more than like 8 columns
 
MartinF said:
Hi,
I have the same problem using PL/SQL Developer 7.xx and 8.

When using "Copy to Excel" functionnality, it also export the row number that appear in the grid of PL/SQL Developer. Is there a way to prevent this column from being exported in Excel, since Excel already display a row number.

Thank

I have been wondering about that the last few days too. Some way to tick this in the preferences would indeed be welcome.
 
RobertK said:
Worker said:
You can select/highlight columns by clicking on the column headers. When you "Copy to Excel", only selected columns are copied.
that's rather impractical when you have more than like 8 columns

You can just click on the first column header and shift click on the last column header to select all, except the empty header for the row numbers.
 
Back
Top