为什么CSV文件不会将列显示为列?

时间:2015-01-16 10:17:30

标签: excel csv import-from-csv

excel

分号是每个字段的分隔符,但它们不对应于列A,B,C,D,E,F等! 我下载了这个文件,在Excel中打开它,但是它显示为行 - 我不能在每行中分隔数据

1 个答案:

答案 0 :(得分:1)

这是因为系统(以及大多数系统)上的默认列表分隔符是逗号。这是一个Windows设置,将被引用它的所有程序使用(在本例中为Excel)。

选项1: 您可以使用功能'数据 - >文字到列'功能区中的向导,并选择分号作为拆分列的分隔符。

选项2:

- Go to Control Panel.
- Open the Regional and Language Options dialog box.
- Do one of the following: In Windows Vista/7, click the Formats tab, and then click Customize this format. In Windows XP, click the Regional Options tab, and then click Customize.
- Type a new separator in the List separator box.
- Click OK twice.

希望这有帮助。