I\'m trying to copy paste numberic data from database to Excel. In the database the decimal separator is dot (.) and in my Excel the decimal separator is comma (,). Now when
I use Notepad++ for this task: copy your data to notepad++ replace the "." with "," and copy it to excel.