161

I want to copy and paste CSV formatted text into Excel 2007.

Is there a way of doing this without saving it to a temporary file first?

I'm sure in previous versions of Excel there was a way to trigger the CSV import wizard by hand in this situation, but I don't know how do this in Excel 2007.

For reference, in OpenOffice this Just Works - pasting in 2+ lines of CSV text will trigger the CSV import wizard.

5 Answers5

225

You need to insert your data into one column. Select this column, go to the Data menu and press the Text to Columns button.

For visual assistance, see this screenshot.

default menu: default menu

data menu: text to columns

10

Mark (a.k.a. select) the same number of columns expected to be imported from csv and import (paste). For example:

Name;surname
xxx;yyy

Mark columns A and B, then paste.

matt wilkie
  • 5,324
Mic
  • 109
10

If you can produce tab-delimited data, you can paste directly into Excel.

If you cannot get them to send you tab-delimited (as opposed to comma-separated) e-mail, this still involves one intermediate step (e.g. paste into notepad, replace all commas with tabs, copy again) but at least you don't have to save into and import a temporary csv file.

Ishmaeel
  • 485
0

I tried to follow the answer marked here, but found no "Text to Columns" button in the Data menu. (Office 2010, Excel 14.0.7177.5000)

I succeeded another way: first pasted into a google shared docs table (which did what I wanted without any frills.) Then I re-selected the same data there, copied, and pasted into Excel: this time successfully with no unwanted conversion to dates.

Given all the ways to insert data it's suprising and unfortunate there is no easy obvious way to paste cells without conversion without saving to a file first.

Tim
  • 1
-1

I'll say I'm 90% sure just changing the file extension to a .xls will resolve the data without any additional steps. What I mean is save a copy of the .csv to your desktop right click, rename, and change the file extension to .xls

I say I'm 90% sure because I'm away from my computer right now and can't verify.

There is a trick to displaying file extensions of known file types in windows 7.

Start/ control panel/ Appearance and Personalization/ Folder Options On the view tab select advanced setting scroll down and deselect Hide extensions for know file types.