Convert .CSV to .XLSX using command line

前端 未结 5 999
-上瘾入骨i
-上瘾入骨i 2020-12-10 14:45

I\'m looking for a way to batch-convert a series of .csv files to .xlsx using the command line.

I have tried a bunch of different VBScripts

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 15:36

    Here's a open-source tool for Windows machines I created using the NPOI libraries that does simple delimited file to XLS/XLSX conversions without Excel needing to be installed on the machine. The binary is in Bin/Debug if you don't want to build it yourself. All the necessary libraries are included in the executable so it can operate standalone.

    https://github.com/nmolinos/csv2excel

提交回复
热议问题