How to force Excel to open CSV files with data arranged in columns











up vote
23
down vote

favorite
6












I generate a CSV file with an extension .csv in which every piece of data in one line is separated with a comma:



1,2,3,4
1,2,3,4


The file is sent via email and I want that when a customer opens it she sees data arranged into columns.



Is such thing possible?



PS: I may freely change the delimeter.










share|improve this question




















  • 1




    As far as I am concerned, you can't do anything except for importing the data into Excel, since Excel can't make any assumptions about the structure of the data itself (e.g. the separator used, the format of decimals or the general format of data).
    – slhck
    Jan 28 '11 at 14:32










  • @slhck please look at the answer
    – Tim
    Jan 28 '11 at 14:39










  • Oh, I didn't know that Excel was capable of doing this. Nice one.
    – slhck
    Jan 28 '11 at 14:41










  • By just double click the CSV file, Excel will be opened and the file will be displayed correctly. Am I correct?
    – wilson
    Jan 31 '11 at 6:17










  • @wilson: Excel has to be associated to open .csv files then by double clicking a .csv file excel will be launched
    – Tim
    Jan 31 '11 at 16:33

















up vote
23
down vote

favorite
6












I generate a CSV file with an extension .csv in which every piece of data in one line is separated with a comma:



1,2,3,4
1,2,3,4


The file is sent via email and I want that when a customer opens it she sees data arranged into columns.



Is such thing possible?



PS: I may freely change the delimeter.










share|improve this question




















  • 1




    As far as I am concerned, you can't do anything except for importing the data into Excel, since Excel can't make any assumptions about the structure of the data itself (e.g. the separator used, the format of decimals or the general format of data).
    – slhck
    Jan 28 '11 at 14:32










  • @slhck please look at the answer
    – Tim
    Jan 28 '11 at 14:39










  • Oh, I didn't know that Excel was capable of doing this. Nice one.
    – slhck
    Jan 28 '11 at 14:41










  • By just double click the CSV file, Excel will be opened and the file will be displayed correctly. Am I correct?
    – wilson
    Jan 31 '11 at 6:17










  • @wilson: Excel has to be associated to open .csv files then by double clicking a .csv file excel will be launched
    – Tim
    Jan 31 '11 at 16:33















up vote
23
down vote

favorite
6









up vote
23
down vote

favorite
6






6





I generate a CSV file with an extension .csv in which every piece of data in one line is separated with a comma:



1,2,3,4
1,2,3,4


The file is sent via email and I want that when a customer opens it she sees data arranged into columns.



Is such thing possible?



PS: I may freely change the delimeter.










share|improve this question















I generate a CSV file with an extension .csv in which every piece of data in one line is separated with a comma:



1,2,3,4
1,2,3,4


The file is sent via email and I want that when a customer opens it she sees data arranged into columns.



Is such thing possible?



PS: I may freely change the delimeter.







microsoft-excel microsoft-excel-2010 csv






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 8 '14 at 13:58









Der Hochstapler

67k48230283




67k48230283










asked Jan 28 '11 at 14:26









Tim

4563618




4563618








  • 1




    As far as I am concerned, you can't do anything except for importing the data into Excel, since Excel can't make any assumptions about the structure of the data itself (e.g. the separator used, the format of decimals or the general format of data).
    – slhck
    Jan 28 '11 at 14:32










  • @slhck please look at the answer
    – Tim
    Jan 28 '11 at 14:39










  • Oh, I didn't know that Excel was capable of doing this. Nice one.
    – slhck
    Jan 28 '11 at 14:41










  • By just double click the CSV file, Excel will be opened and the file will be displayed correctly. Am I correct?
    – wilson
    Jan 31 '11 at 6:17










  • @wilson: Excel has to be associated to open .csv files then by double clicking a .csv file excel will be launched
    – Tim
    Jan 31 '11 at 16:33
















  • 1




    As far as I am concerned, you can't do anything except for importing the data into Excel, since Excel can't make any assumptions about the structure of the data itself (e.g. the separator used, the format of decimals or the general format of data).
    – slhck
    Jan 28 '11 at 14:32










  • @slhck please look at the answer
    – Tim
    Jan 28 '11 at 14:39










  • Oh, I didn't know that Excel was capable of doing this. Nice one.
    – slhck
    Jan 28 '11 at 14:41










  • By just double click the CSV file, Excel will be opened and the file will be displayed correctly. Am I correct?
    – wilson
    Jan 31 '11 at 6:17










  • @wilson: Excel has to be associated to open .csv files then by double clicking a .csv file excel will be launched
    – Tim
    Jan 31 '11 at 16:33










1




1




As far as I am concerned, you can't do anything except for importing the data into Excel, since Excel can't make any assumptions about the structure of the data itself (e.g. the separator used, the format of decimals or the general format of data).
– slhck
Jan 28 '11 at 14:32




As far as I am concerned, you can't do anything except for importing the data into Excel, since Excel can't make any assumptions about the structure of the data itself (e.g. the separator used, the format of decimals or the general format of data).
– slhck
Jan 28 '11 at 14:32












@slhck please look at the answer
– Tim
Jan 28 '11 at 14:39




@slhck please look at the answer
– Tim
Jan 28 '11 at 14:39












Oh, I didn't know that Excel was capable of doing this. Nice one.
– slhck
Jan 28 '11 at 14:41




Oh, I didn't know that Excel was capable of doing this. Nice one.
– slhck
Jan 28 '11 at 14:41












By just double click the CSV file, Excel will be opened and the file will be displayed correctly. Am I correct?
– wilson
Jan 31 '11 at 6:17




By just double click the CSV file, Excel will be opened and the file will be displayed correctly. Am I correct?
– wilson
Jan 31 '11 at 6:17












@wilson: Excel has to be associated to open .csv files then by double clicking a .csv file excel will be launched
– Tim
Jan 31 '11 at 16:33






@wilson: Excel has to be associated to open .csv files then by double clicking a .csv file excel will be launched
– Tim
Jan 31 '11 at 16:33












7 Answers
7






active

oldest

votes

















up vote
8
down vote



accepted










Just use tab instead of comma. And if that doesn't work, give your tab delimited file an xls extension.






share|improve this answer





















  • thanks for the solution, I left the .csv as file extension
    – Tim
    Jan 28 '11 at 14:38












  • doesn't work for excel 14.7.1 on the mac (2017)
    – masukomi
    Jan 11 '17 at 18:11










  • the "PS: I may freely change the delimeter." makes this answer less valid
    – Paul Fijma
    Oct 11 at 7:25


















up vote
31
down vote













The behavior of Excel when opening CSV files heavily depends on your local settings and the used list separator under Region and language » Formats » Advanced. By default Excel will assume every CSV was saved with that separator. Which is true as long as the CSV doesn't come from another country!



If your customers are in other countries, they may see other results then you think.



For example, here you see that a German Excel will use semicolon instead of comma like in the U.Senter image description here



To confuse you even more, that setting interferes with the decimal symbol which can be separately set up under Excel Options » Advanced » Use system separators or via regional settings as shown above. Excel can't use the same symbol as decimal tab and list separator. It will automatically use comma or semicolon as a backup separator. Read more



I will take your example to create 3 files. Each with a different separator and open it with Excel.



    COMMA               SEMICOLON                     TAB 


enter image description hereenter image description hereenter image description here



Not the same as your Excel does? I thought so.



So lets manually change the extension from the same CSV files to XLS and look what happens now. First, Excel will throw up a warning that the file extension doesn't match the content and Excel tries to guess whats inside.



    COMMA        SEMICOLON                   TAB 


enter image description hereenter image description hereenter image description here



Conclusion: TAB + renaming + ignore warning = Win on every system?

Maybe, but I wouldn't be so sure for customers outside your own country.



The best method is to instruct your customers to first open a blank Excel and then go to Data » Get data from text and manually select comma as separator






share|improve this answer






























    up vote
    27
    down vote













    if it's only to get the csv readable at every system, there's an undocumented trick: in the first line write SEP=;. This line tells EXCEL what character to use as separator (in fact you can use any (single) character (;,|@#'...))



    NOTE: this line is just part of the csv file itself. It will not become part of the spreadsheed in EXCEL. that means, it will not be shown and it will not be written, no matter which format you define to write or export.






    share|improve this answer




























      up vote
      0
      down vote













      Another solution that I used in this situation, was to output a basic HTML file, instead of CSV. Excel can open this without an error. It can read at least some of the formatting in the file too.






      share|improve this answer




























        up vote
        0
        down vote













        This is the dumbest answer ever, but it worked. I use CSV files daily. I create them all the time and view with excel. Today, after 12 years of never seeing this problem, it happened to me. It wouldn't open a csv file and format the columns. Even some csv files I created last night with excel, would open into one column per line.



        Solution: Check task manager for all open instances of Excel.exe. Kill all instances, and try to open the csv file again.



        facepalm






        share|improve this answer




























          up vote
          0
          down vote













          In the short term if you only need to open a CSV file that has been sent to you from another country -



          Open the file in wordpad and use find and replace to change every separator the issuing country has used (eg. ;) and replace with a comma. (eg ,).



          Just check the issuing country does not use a comma in place of another symbol (eg in Spain they use a comma where we use a decimal place so you would have to find and replace the comma to a decimal place then find and replace the other symbol with the comma).



          Not a long term solution but good enough to make the file itself readable if you are in a hurry and can't access the control panel at work.






          share|improve this answer




























            up vote
            0
            down vote













            I came over the same issue. I had CSV file that Excel was parsing wrongly and needed the Import Wizard.



            Simple fix was to rename CSV to TXT and the Wizard came up helping to recognize the column structure properly.






            share|improve this answer























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "3"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f238944%2fhow-to-force-excel-to-open-csv-files-with-data-arranged-in-columns%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              7 Answers
              7






              active

              oldest

              votes








              7 Answers
              7






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              8
              down vote



              accepted










              Just use tab instead of comma. And if that doesn't work, give your tab delimited file an xls extension.






              share|improve this answer





















              • thanks for the solution, I left the .csv as file extension
                – Tim
                Jan 28 '11 at 14:38












              • doesn't work for excel 14.7.1 on the mac (2017)
                – masukomi
                Jan 11 '17 at 18:11










              • the "PS: I may freely change the delimeter." makes this answer less valid
                – Paul Fijma
                Oct 11 at 7:25















              up vote
              8
              down vote



              accepted










              Just use tab instead of comma. And if that doesn't work, give your tab delimited file an xls extension.






              share|improve this answer





















              • thanks for the solution, I left the .csv as file extension
                – Tim
                Jan 28 '11 at 14:38












              • doesn't work for excel 14.7.1 on the mac (2017)
                – masukomi
                Jan 11 '17 at 18:11










              • the "PS: I may freely change the delimeter." makes this answer less valid
                – Paul Fijma
                Oct 11 at 7:25













              up vote
              8
              down vote



              accepted







              up vote
              8
              down vote



              accepted






              Just use tab instead of comma. And if that doesn't work, give your tab delimited file an xls extension.






              share|improve this answer












              Just use tab instead of comma. And if that doesn't work, give your tab delimited file an xls extension.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Jan 28 '11 at 14:32









              Joel Coehoorn

              24.1k970119




              24.1k970119












              • thanks for the solution, I left the .csv as file extension
                – Tim
                Jan 28 '11 at 14:38












              • doesn't work for excel 14.7.1 on the mac (2017)
                – masukomi
                Jan 11 '17 at 18:11










              • the "PS: I may freely change the delimeter." makes this answer less valid
                – Paul Fijma
                Oct 11 at 7:25


















              • thanks for the solution, I left the .csv as file extension
                – Tim
                Jan 28 '11 at 14:38












              • doesn't work for excel 14.7.1 on the mac (2017)
                – masukomi
                Jan 11 '17 at 18:11










              • the "PS: I may freely change the delimeter." makes this answer less valid
                – Paul Fijma
                Oct 11 at 7:25
















              thanks for the solution, I left the .csv as file extension
              – Tim
              Jan 28 '11 at 14:38






              thanks for the solution, I left the .csv as file extension
              – Tim
              Jan 28 '11 at 14:38














              doesn't work for excel 14.7.1 on the mac (2017)
              – masukomi
              Jan 11 '17 at 18:11




              doesn't work for excel 14.7.1 on the mac (2017)
              – masukomi
              Jan 11 '17 at 18:11












              the "PS: I may freely change the delimeter." makes this answer less valid
              – Paul Fijma
              Oct 11 at 7:25




              the "PS: I may freely change the delimeter." makes this answer less valid
              – Paul Fijma
              Oct 11 at 7:25












              up vote
              31
              down vote













              The behavior of Excel when opening CSV files heavily depends on your local settings and the used list separator under Region and language » Formats » Advanced. By default Excel will assume every CSV was saved with that separator. Which is true as long as the CSV doesn't come from another country!



              If your customers are in other countries, they may see other results then you think.



              For example, here you see that a German Excel will use semicolon instead of comma like in the U.Senter image description here



              To confuse you even more, that setting interferes with the decimal symbol which can be separately set up under Excel Options » Advanced » Use system separators or via regional settings as shown above. Excel can't use the same symbol as decimal tab and list separator. It will automatically use comma or semicolon as a backup separator. Read more



              I will take your example to create 3 files. Each with a different separator and open it with Excel.



                  COMMA               SEMICOLON                     TAB 


              enter image description hereenter image description hereenter image description here



              Not the same as your Excel does? I thought so.



              So lets manually change the extension from the same CSV files to XLS and look what happens now. First, Excel will throw up a warning that the file extension doesn't match the content and Excel tries to guess whats inside.



                  COMMA        SEMICOLON                   TAB 


              enter image description hereenter image description hereenter image description here



              Conclusion: TAB + renaming + ignore warning = Win on every system?

              Maybe, but I wouldn't be so sure for customers outside your own country.



              The best method is to instruct your customers to first open a blank Excel and then go to Data » Get data from text and manually select comma as separator






              share|improve this answer



























                up vote
                31
                down vote













                The behavior of Excel when opening CSV files heavily depends on your local settings and the used list separator under Region and language » Formats » Advanced. By default Excel will assume every CSV was saved with that separator. Which is true as long as the CSV doesn't come from another country!



                If your customers are in other countries, they may see other results then you think.



                For example, here you see that a German Excel will use semicolon instead of comma like in the U.Senter image description here



                To confuse you even more, that setting interferes with the decimal symbol which can be separately set up under Excel Options » Advanced » Use system separators or via regional settings as shown above. Excel can't use the same symbol as decimal tab and list separator. It will automatically use comma or semicolon as a backup separator. Read more



                I will take your example to create 3 files. Each with a different separator and open it with Excel.



                    COMMA               SEMICOLON                     TAB 


                enter image description hereenter image description hereenter image description here



                Not the same as your Excel does? I thought so.



                So lets manually change the extension from the same CSV files to XLS and look what happens now. First, Excel will throw up a warning that the file extension doesn't match the content and Excel tries to guess whats inside.



                    COMMA        SEMICOLON                   TAB 


                enter image description hereenter image description hereenter image description here



                Conclusion: TAB + renaming + ignore warning = Win on every system?

                Maybe, but I wouldn't be so sure for customers outside your own country.



                The best method is to instruct your customers to first open a blank Excel and then go to Data » Get data from text and manually select comma as separator






                share|improve this answer

























                  up vote
                  31
                  down vote










                  up vote
                  31
                  down vote









                  The behavior of Excel when opening CSV files heavily depends on your local settings and the used list separator under Region and language » Formats » Advanced. By default Excel will assume every CSV was saved with that separator. Which is true as long as the CSV doesn't come from another country!



                  If your customers are in other countries, they may see other results then you think.



                  For example, here you see that a German Excel will use semicolon instead of comma like in the U.Senter image description here



                  To confuse you even more, that setting interferes with the decimal symbol which can be separately set up under Excel Options » Advanced » Use system separators or via regional settings as shown above. Excel can't use the same symbol as decimal tab and list separator. It will automatically use comma or semicolon as a backup separator. Read more



                  I will take your example to create 3 files. Each with a different separator and open it with Excel.



                      COMMA               SEMICOLON                     TAB 


                  enter image description hereenter image description hereenter image description here



                  Not the same as your Excel does? I thought so.



                  So lets manually change the extension from the same CSV files to XLS and look what happens now. First, Excel will throw up a warning that the file extension doesn't match the content and Excel tries to guess whats inside.



                      COMMA        SEMICOLON                   TAB 


                  enter image description hereenter image description hereenter image description here



                  Conclusion: TAB + renaming + ignore warning = Win on every system?

                  Maybe, but I wouldn't be so sure for customers outside your own country.



                  The best method is to instruct your customers to first open a blank Excel and then go to Data » Get data from text and manually select comma as separator






                  share|improve this answer














                  The behavior of Excel when opening CSV files heavily depends on your local settings and the used list separator under Region and language » Formats » Advanced. By default Excel will assume every CSV was saved with that separator. Which is true as long as the CSV doesn't come from another country!



                  If your customers are in other countries, they may see other results then you think.



                  For example, here you see that a German Excel will use semicolon instead of comma like in the U.Senter image description here



                  To confuse you even more, that setting interferes with the decimal symbol which can be separately set up under Excel Options » Advanced » Use system separators or via regional settings as shown above. Excel can't use the same symbol as decimal tab and list separator. It will automatically use comma or semicolon as a backup separator. Read more



                  I will take your example to create 3 files. Each with a different separator and open it with Excel.



                      COMMA               SEMICOLON                     TAB 


                  enter image description hereenter image description hereenter image description here



                  Not the same as your Excel does? I thought so.



                  So lets manually change the extension from the same CSV files to XLS and look what happens now. First, Excel will throw up a warning that the file extension doesn't match the content and Excel tries to guess whats inside.



                      COMMA        SEMICOLON                   TAB 


                  enter image description hereenter image description hereenter image description here



                  Conclusion: TAB + renaming + ignore warning = Win on every system?

                  Maybe, but I wouldn't be so sure for customers outside your own country.



                  The best method is to instruct your customers to first open a blank Excel and then go to Data » Get data from text and manually select comma as separator







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Mar 20 '17 at 10:17









                  Community

                  1




                  1










                  answered Aug 18 '13 at 11:22









                  nixda

                  20.6k777131




                  20.6k777131






















                      up vote
                      27
                      down vote













                      if it's only to get the csv readable at every system, there's an undocumented trick: in the first line write SEP=;. This line tells EXCEL what character to use as separator (in fact you can use any (single) character (;,|@#'...))



                      NOTE: this line is just part of the csv file itself. It will not become part of the spreadsheed in EXCEL. that means, it will not be shown and it will not be written, no matter which format you define to write or export.






                      share|improve this answer

























                        up vote
                        27
                        down vote













                        if it's only to get the csv readable at every system, there's an undocumented trick: in the first line write SEP=;. This line tells EXCEL what character to use as separator (in fact you can use any (single) character (;,|@#'...))



                        NOTE: this line is just part of the csv file itself. It will not become part of the spreadsheed in EXCEL. that means, it will not be shown and it will not be written, no matter which format you define to write or export.






                        share|improve this answer























                          up vote
                          27
                          down vote










                          up vote
                          27
                          down vote









                          if it's only to get the csv readable at every system, there's an undocumented trick: in the first line write SEP=;. This line tells EXCEL what character to use as separator (in fact you can use any (single) character (;,|@#'...))



                          NOTE: this line is just part of the csv file itself. It will not become part of the spreadsheed in EXCEL. that means, it will not be shown and it will not be written, no matter which format you define to write or export.






                          share|improve this answer












                          if it's only to get the csv readable at every system, there's an undocumented trick: in the first line write SEP=;. This line tells EXCEL what character to use as separator (in fact you can use any (single) character (;,|@#'...))



                          NOTE: this line is just part of the csv file itself. It will not become part of the spreadsheed in EXCEL. that means, it will not be shown and it will not be written, no matter which format you define to write or export.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jun 23 '17 at 13:38









                          Stephan

                          53146




                          53146






















                              up vote
                              0
                              down vote













                              Another solution that I used in this situation, was to output a basic HTML file, instead of CSV. Excel can open this without an error. It can read at least some of the formatting in the file too.






                              share|improve this answer

























                                up vote
                                0
                                down vote













                                Another solution that I used in this situation, was to output a basic HTML file, instead of CSV. Excel can open this without an error. It can read at least some of the formatting in the file too.






                                share|improve this answer























                                  up vote
                                  0
                                  down vote










                                  up vote
                                  0
                                  down vote









                                  Another solution that I used in this situation, was to output a basic HTML file, instead of CSV. Excel can open this without an error. It can read at least some of the formatting in the file too.






                                  share|improve this answer












                                  Another solution that I used in this situation, was to output a basic HTML file, instead of CSV. Excel can open this without an error. It can read at least some of the formatting in the file too.







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Oct 10 '16 at 7:40









                                  rawtext

                                  1




                                  1






















                                      up vote
                                      0
                                      down vote













                                      This is the dumbest answer ever, but it worked. I use CSV files daily. I create them all the time and view with excel. Today, after 12 years of never seeing this problem, it happened to me. It wouldn't open a csv file and format the columns. Even some csv files I created last night with excel, would open into one column per line.



                                      Solution: Check task manager for all open instances of Excel.exe. Kill all instances, and try to open the csv file again.



                                      facepalm






                                      share|improve this answer

























                                        up vote
                                        0
                                        down vote













                                        This is the dumbest answer ever, but it worked. I use CSV files daily. I create them all the time and view with excel. Today, after 12 years of never seeing this problem, it happened to me. It wouldn't open a csv file and format the columns. Even some csv files I created last night with excel, would open into one column per line.



                                        Solution: Check task manager for all open instances of Excel.exe. Kill all instances, and try to open the csv file again.



                                        facepalm






                                        share|improve this answer























                                          up vote
                                          0
                                          down vote










                                          up vote
                                          0
                                          down vote









                                          This is the dumbest answer ever, but it worked. I use CSV files daily. I create them all the time and view with excel. Today, after 12 years of never seeing this problem, it happened to me. It wouldn't open a csv file and format the columns. Even some csv files I created last night with excel, would open into one column per line.



                                          Solution: Check task manager for all open instances of Excel.exe. Kill all instances, and try to open the csv file again.



                                          facepalm






                                          share|improve this answer












                                          This is the dumbest answer ever, but it worked. I use CSV files daily. I create them all the time and view with excel. Today, after 12 years of never seeing this problem, it happened to me. It wouldn't open a csv file and format the columns. Even some csv files I created last night with excel, would open into one column per line.



                                          Solution: Check task manager for all open instances of Excel.exe. Kill all instances, and try to open the csv file again.



                                          facepalm







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered Sep 15 '17 at 20:55









                                          Ricky

                                          1092




                                          1092






















                                              up vote
                                              0
                                              down vote













                                              In the short term if you only need to open a CSV file that has been sent to you from another country -



                                              Open the file in wordpad and use find and replace to change every separator the issuing country has used (eg. ;) and replace with a comma. (eg ,).



                                              Just check the issuing country does not use a comma in place of another symbol (eg in Spain they use a comma where we use a decimal place so you would have to find and replace the comma to a decimal place then find and replace the other symbol with the comma).



                                              Not a long term solution but good enough to make the file itself readable if you are in a hurry and can't access the control panel at work.






                                              share|improve this answer

























                                                up vote
                                                0
                                                down vote













                                                In the short term if you only need to open a CSV file that has been sent to you from another country -



                                                Open the file in wordpad and use find and replace to change every separator the issuing country has used (eg. ;) and replace with a comma. (eg ,).



                                                Just check the issuing country does not use a comma in place of another symbol (eg in Spain they use a comma where we use a decimal place so you would have to find and replace the comma to a decimal place then find and replace the other symbol with the comma).



                                                Not a long term solution but good enough to make the file itself readable if you are in a hurry and can't access the control panel at work.






                                                share|improve this answer























                                                  up vote
                                                  0
                                                  down vote










                                                  up vote
                                                  0
                                                  down vote









                                                  In the short term if you only need to open a CSV file that has been sent to you from another country -



                                                  Open the file in wordpad and use find and replace to change every separator the issuing country has used (eg. ;) and replace with a comma. (eg ,).



                                                  Just check the issuing country does not use a comma in place of another symbol (eg in Spain they use a comma where we use a decimal place so you would have to find and replace the comma to a decimal place then find and replace the other symbol with the comma).



                                                  Not a long term solution but good enough to make the file itself readable if you are in a hurry and can't access the control panel at work.






                                                  share|improve this answer












                                                  In the short term if you only need to open a CSV file that has been sent to you from another country -



                                                  Open the file in wordpad and use find and replace to change every separator the issuing country has used (eg. ;) and replace with a comma. (eg ,).



                                                  Just check the issuing country does not use a comma in place of another symbol (eg in Spain they use a comma where we use a decimal place so you would have to find and replace the comma to a decimal place then find and replace the other symbol with the comma).



                                                  Not a long term solution but good enough to make the file itself readable if you are in a hurry and can't access the control panel at work.







                                                  share|improve this answer












                                                  share|improve this answer



                                                  share|improve this answer










                                                  answered Aug 15 at 10:51









                                                  Steve Dexter

                                                  1




                                                  1






















                                                      up vote
                                                      0
                                                      down vote













                                                      I came over the same issue. I had CSV file that Excel was parsing wrongly and needed the Import Wizard.



                                                      Simple fix was to rename CSV to TXT and the Wizard came up helping to recognize the column structure properly.






                                                      share|improve this answer



























                                                        up vote
                                                        0
                                                        down vote













                                                        I came over the same issue. I had CSV file that Excel was parsing wrongly and needed the Import Wizard.



                                                        Simple fix was to rename CSV to TXT and the Wizard came up helping to recognize the column structure properly.






                                                        share|improve this answer

























                                                          up vote
                                                          0
                                                          down vote










                                                          up vote
                                                          0
                                                          down vote









                                                          I came over the same issue. I had CSV file that Excel was parsing wrongly and needed the Import Wizard.



                                                          Simple fix was to rename CSV to TXT and the Wizard came up helping to recognize the column structure properly.






                                                          share|improve this answer














                                                          I came over the same issue. I had CSV file that Excel was parsing wrongly and needed the Import Wizard.



                                                          Simple fix was to rename CSV to TXT and the Wizard came up helping to recognize the column structure properly.







                                                          share|improve this answer














                                                          share|improve this answer



                                                          share|improve this answer








                                                          edited Nov 27 at 11:16









                                                          Albin

                                                          2,2931129




                                                          2,2931129










                                                          answered Nov 27 at 9:31









                                                          Jan Bares

                                                          1




                                                          1






























                                                              draft saved

                                                              draft discarded




















































                                                              Thanks for contributing an answer to Super User!


                                                              • Please be sure to answer the question. Provide details and share your research!

                                                              But avoid



                                                              • Asking for help, clarification, or responding to other answers.

                                                              • Making statements based on opinion; back them up with references or personal experience.


                                                              To learn more, see our tips on writing great answers.





                                                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                                              Please pay close attention to the following guidance:


                                                              • Please be sure to answer the question. Provide details and share your research!

                                                              But avoid



                                                              • Asking for help, clarification, or responding to other answers.

                                                              • Making statements based on opinion; back them up with references or personal experience.


                                                              To learn more, see our tips on writing great answers.




                                                              draft saved


                                                              draft discarded














                                                              StackExchange.ready(
                                                              function () {
                                                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f238944%2fhow-to-force-excel-to-open-csv-files-with-data-arranged-in-columns%23new-answer', 'question_page');
                                                              }
                                                              );

                                                              Post as a guest















                                                              Required, but never shown





















































                                                              Required, but never shown














                                                              Required, but never shown












                                                              Required, but never shown







                                                              Required, but never shown

































                                                              Required, but never shown














                                                              Required, but never shown












                                                              Required, but never shown







                                                              Required, but never shown







                                                              Popular posts from this blog

                                                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                                                              Mangá

                                                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕