How to prevent numbers to get converted to dates in Excel?

前端 未结 5 1783
醉梦人生
醉梦人生 2021-01-14 07:24

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

5条回答
  •  攒了一身酷
    2021-01-14 08:05

    I use Notepad++ for this task: copy your data to notepad++ replace the "." with "," and copy it to excel.

提交回复
热议问题