I have a large text file and I want to open it so that it appears as columns in excel 2003. When i open it though the columns are lost and its all one horizontal line? Help
|
migrated from stackoverflow.com Jul 16 '10 at 5:24
|
It will depend on what version of excel you are using. The basic idea of what you need to do is: Open a blank Excel doc->Click Data->Import data (Or "Get External Data")->From Text->select the file Once in there you will use the wizard to specify what the columns are delimited by and it will open the data as a spread sheet. |
|||||||||||||
|
|
If the file is too large to be opened in Excel 2003 (which has some rather severe limits, like a maximum of 256 columns, that I have run into myself several times), and if it's not really an Excel file anyway but rather a (possibly nonstandard) CSV file, then take a look at CSVed.
This utility can open most any text file with tabular data and help you modify it, for example transforming it into a "real" CSV file. And it's equipped to deal with really large files, too. |
||||
|
|
|
Try giving it a .csv extension, and see if it parses it differently. If not, you're most likely going to have to write a macro to import it, or something like regular expressions to insert commas everywhere before you do. |
|||||||||||
|

