【问题标题】:Space delimited with 'ssconvert'用“ssconvert”分隔的空格
【发布时间】:2019-07-18 17:38:28
【问题描述】:

我想使用 Gnumeric 中的 ssconvert 将 Excel 文件转换为 .txt 文件。命令应该是:

ssconvert -O 'separator= ' excel.xlsx result.txt

但是,它不会在单元格之间插入' '。比如A B写成AB

我该如何解决这个问题?

【问题讨论】:

    标签: import-from-excel gnumeric ssconvert


    【解决方案1】:

    试试看:

    ssconvert -O "separator=' '" excel.xlsx result.txt

    【讨论】:

      猜你喜欢
      • 2018-04-25
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多