Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nof0rte/csv2xlsx

Convert CSV files to XLSX
https://github.com/nof0rte/csv2xlsx

csv csv-converter go golang

Last synced: about 1 month ago
JSON representation

Convert CSV files to XLSX

Awesome Lists containing this project

README

        

# csv2xlsx
A simple tool that converts CSV files to XLSX.

## Install

```sh
go install github.com/NoF0rte/csv2xlsx/cmd/csv2xlsx@latest
```

## Usage

```sh
csv2xlsx --help

Convert CSV files to XLSX

Usage:
csv2xlsx [flags]

Flags:
-f, --file string The path to the csv file
--header The csv file includes a header row
-h, --help help for csv2xlsx
-o, --output string Output file name

```