无论如何使用shell脚本/命令提示符将csv文件保存为excel文件?
我知道我可以通过保存在 excel gui 中手动完成,但是如何使它成为一个自动化过程?
谢谢!
csv2odf data.csv template.xlsx output.xlsx
看看http://www.perlmonks.org/?node_id=635437 您可以使用 Perl 模块来解析和编写 Excel 电子表格。
你会需要:
https://metacpan.org/pod/Spreadsheet::WriteExcel
和
https://metacpan.org/pod/Text::CSV::Simple
或者
sudo apt-get install libspreadsheet-writeexcel-perl libtext-csv-perl
那么那个脚本应该适合你 -
如果您不介意在 Excel 中执行此操作,您可以使用 VBA 执行一些操作,该操作将同时处理多个文件。
更喜欢:http ://www.go4expert.com/forums/convert-xls-csv-using-vbscript-t18188/但更改保存类型。