modulepackage
0.0.0-20250219065200-3fbafe509197
Repository: https://github.com/shuyaeer/csvgoexcel.git
Documentation: pkg.go.dev
# README
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...
# Packages
No description provided by the author