When I run any select in the PL/SQL Developer and want to copy a whole column of the result window with Copy&Paste into any excel sheet, there are missing cells after pasting.
And this happens always, when there are empty cells at the beginning of the column. It begins to paste the cells correctly with the first filled cell. The empty cells before are missing.
I'm using a licenced 7.1.0.1337 version of the PL/SQL Developer
e.g. if the column has 10 cells and the first entry is in the 3rd cell like:
1 | |
2 | |
3 | A |
4 | B |
5 | C |
6 | D |
7 | |
8 | E |
9 | |
10| H |
the pasting in excel looks like:
1 | A |
2 | B |
3 | C |
4 | D |
5 | |
6 | E |
7 | |
8 | H |
Anyone any idea? Thx!
And this happens always, when there are empty cells at the beginning of the column. It begins to paste the cells correctly with the first filled cell. The empty cells before are missing.
I'm using a licenced 7.1.0.1337 version of the PL/SQL Developer
e.g. if the column has 10 cells and the first entry is in the 3rd cell like:
1 | |
2 | |
3 | A |
4 | B |
5 | C |
6 | D |
7 | |
8 | E |
9 | |
10| H |
the pasting in excel looks like:
1 | A |
2 | B |
3 | C |
4 | D |
5 | |
6 | E |
7 | |
8 | H |
Anyone any idea? Thx!