csv2xlsx

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2019 License: MIT Imports: 7 Imported by: 0

README

csv2xlsx

Convert and combine csv files to a xlsx file

Go Report Card Coverage Status

Installation

go get github.com/kyoh86/csv2xlsx

Usage

csv2xlsx --output=OUTPUT [--delimiter=","] <sources>...
Flags
Flag Description
--help Show context-sensitive help (also try --help-long and --help-man)
--output=OUTPUT Output XLSX file name
--delimiter="," Delimiter of input CSV files
Args
Arg Description
Input CSV files
Hint

If you want to load TSV (Tab Splited Values):

csv2xlsx --output=OUTPUT.xlsx --delimiter=$',' SOURCE.csv

Thanks

csv2xlsx

LICENSE

MIT License

This is distributed under the MIT License.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL