I have right now installed ver. 5.1 of PL/SQL Developer, and was very pleased with the new functionality that makes it possible to copy to Excel from the result grid.
Earlier I have done this a lot, by using "Copy with header". But - I have often marked the sheet that I am working in and set the format of all Cells to text before pasting, as I have som data columns containg text starting with zeroes. If the cells are numeric then these zeroes are lost.
Is there any possibility to do something like this using the new "copy to Excel"-function, or do I have to use my old routine?
The program (PL/SQL Dev) knows the format of each column - would it be possible to set the cells of the column to text when a VARCHAR2-column is found?
Earlier I have done this a lot, by using "Copy with header". But - I have often marked the sheet that I am working in and set the format of all Cells to text before pasting, as I have som data columns containg text starting with zeroes. If the cells are numeric then these zeroes are lost.
Is there any possibility to do something like this using the new "copy to Excel"-function, or do I have to use my old routine?
The program (PL/SQL Dev) knows the format of each column - would it be possible to set the cells of the column to text when a VARCHAR2-column is found?