Skip to content

shuyaeer/csvgoexcel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CsvGoExcel

CsvGoExcel is a simple comverting tool between csv and xlsx.

How to install

$ go install github.com/shuyaeer/csvgoexcel@latest
$ which csvgoexcel
  $GOPATH/bin/csvgoexcel

How to use

You can pass the file path as command line argument, csv or xlsx file type.

$ csvgoexcel sample.csv
target file: sample.csv
sample.xlsx is generated!

Under developing

  • accept starndard input
  • deal with tsv

and so on...