Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

kyoh86/csv2xlsx

Repository files navigation

csv2xlsx

Convert and combine csv files to a xlsx file

PkgGoDev Go Report Card Coverage Status Release

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.