在Excel中保存.csv会转换为.tsv

时间:2018-10-04 21:03:27

标签: excel

我有一个简单的csv测试文件:

enter image description here

如果我在Excel中打开此文件,请删除第2列,然后单击保存图标,关闭并重新打开该文件,它将其转换为制表符分隔的文件,而不是逗号分隔的文件。我已经在两台机器上复制了它。

enter image description here

1 个答案:

答案 0 :(得分:0)

在记事本中打开文件并查看其用途,如果是选项卡,则需要在计算机上更改区域设置:

<template>
  <div id="app">
    {{msg}}
  </div>
</template>

<script>
export default {
  name: 'app',
  data () {
    return {
      msg: 'Welcome to Your Vue.js App'
    }
  }
}
</script>