Can I export an excel spreadsheet to a .csv file?

N

nmacneil

I have a spreadsheet with 1400 lines (only 1 column) and I need to get
it into a .csv file. How can I do that?
 
D

David Biddulph

I have a spreadsheet with 1400 lines (only 1 column) and I need to get
it into a .csv file. How can I do that?

File/ Save As/ Save as Type/
select CSV
 
D

Dave Peterson

Did you click "File|Save As Web Page" or "File|SaveAs"?

Since it's just one column, you could always just copy that column and paste it
into notepad and then save your data from notepad.
 
Top