Guest Posted May 22, 2003 Posted May 22, 2003 I am trying to download a complete CSV file so I can get started. When I open the CSV file at my house everything looks ok and all of the columns are correct. When I open it at work everything gets bunched up to the first column. Am I doing something wrong? Quote
loxly Posted May 22, 2003 Posted May 22, 2003 Sounds like an excel problem. Quote [no external urls in signatures please, kthanks]
Guest Posted May 22, 2003 Posted May 22, 2003 Thats what I was thinking too but there is probably a setting in Excel that i could use to fix it? Quote
Guest Posted May 22, 2003 Posted May 22, 2003 I just tried to open from another computer on the network and it did the same thing. Quote
mattcald Posted May 22, 2003 Posted May 22, 2003 try this: open the CSV file in WORD. do a find for : nr (assuming that this signifies a newline in your CSV file) and replace it with: ^m it should create "newlines" that microsoft junk can read. Excel doesn't recognize the nr tag at the end of the line. Quote ** God Bless ** ---------------------
Guest Posted May 22, 2003 Posted May 22, 2003 I don't see any of that in there. It does not even seem to see the HTML. It actually seems to be converting the HTML to it's output text. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.