16

Is there a way to force Excel to open a .csv without formatting? I don't want it to remove the commas and create several columns. I understand I could just open it in notepad but I'd prefer to use excel.

Jeremy Thomas
  • 6,240
  • 9
  • 47
  • 92

2 Answers2

15

You should not open it from My Documents; you open Excel, possibly to a blank worksheet then use Data, Get External Data, From Text.

Turn off all delimiting factors in the Import Wizard and it should come into the worksheet without separating the delimited values outside of a single cell per row.

  • how one would make changes and save it in csv? – Sadiq Khoja Jan 11 '19 at 10:31
  • 2
    Outdated. Excel no longer has commands/menus with these exact names, nor does it have the same options. It keeps trying to use "Queries & Connections". Why can't Excel just load a file as plain text? – posfan12 Dec 16 '19 at 18:38
-3

excel option

open the excel option you can find on the start menu of excel.

excel option -> advanced -> Use system separator (disable this then excel will not convert anything from text).

IMO, such misleading option though, eg if I have "5.123.444,24" and we want get number format from it, by enabling "use system separator" with the option to convert "." as thousand separator and "," as decimal separator, seems that we are doing right.In fact, if it is enabled, we'll have 5.123.444,24 and with the option disabled , we'll have 512344,24 which means the text "5.123.444,24" has been converted to number.

Machavity
  • 30,841
  • 27
  • 92
  • 100