Stop Excel from automatically converting certain text values to dates

前端 未结 30 2973
别跟我提以往
别跟我提以往 2020-11-22 04:16

Does anyone happen to know if there is a token I can add to my csv for a certain field so Excel doesn\'t try to convert it to a date?

I\'m trying to write a .csv fil

30条回答
  •  無奈伤痛
    2020-11-22 05:00

    I do this for credit card numbers which keep converting to scientific notation: I end up importing my .csv into Google Sheets. The import options now allow to disable automatic formatting of numeric values. I set any sensitive columns to Plain Text and download as xlsx.

    It's a terrible workflow, but at least my values are left the way they should be.

提交回复
热议问题