Excel changes date formats

后端 未结 4 1476
春和景丽
春和景丽 2020-12-07 01:02

I run a process to produce a rather large CSV file of data. Sometimes I find it helpful to open the CSV in excel, make changes manually, and then re-save. However, if ther

4条回答
  •  时光取名叫无心
    2020-12-07 01:22

    When you import the CSV file into Excel, be sure to pre-format the date column as text. There's a frequently overlooked option in the parsing that allows you to control the format column by column. This also works well for preventing the leading zeros in New England ZIP codes from getting dropped in your contact lists.

提交回复
热议问题