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 copy paste this data from the database to excel, numberic data is converted to dates. How to prevent this and get data converted to numbers (with comma decimal separator)?
Data:
1.2
1.3
1.4
Converts to (in my locale)
1.helmi
1.maalis
1.huhti
Although is should be
1,2
1,3
1,4