csvtk xlsx2csv -a otutab.txt.xlsx # 转化第一张sheet,输出到屏幕 csvtk -t xlsx2csv -i 1 otutab.txt.xlsx | head head 查看前n行的数据 -n, --number int 指定需要查看数据的行数# 查看前十行数据 csvtk head otutab.txt -n 10 concat 按照行合并表 Flags: -h, --help help for concat -...
csvtk xlsx2csv -a otutab.txt.xlsx # 转化第一张sheet,输出到屏幕 csvtk -t xlsx2csv -i 1 otutab.txt.xlsx | head head 查看前n行的数据 -n, --number int 指定需要查看数据的行数# 查看前十行数据 csvtk head otutab.txt -n 10 concat 按照行合并表 Flags: -h, --help help for concat -...