xlsx-to-csv

command module
v0.0.0-...-02a1f21 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 6 Imported by: 0

README

xlsx-to-csv

Convert XLSX spreadsheets to CSVs. Built with Excelize.

Usage

$ xlsx-to-csv --help                                                                                                                                                                                        main
Usage:
  xlsx-to-csv [OPTIONS]

Application Options:
  -l, --list-sheets  List sheets
  -s, --sheet=       Sheet to convert
  -i, --input=       Input XLSX file (default: stdin)
  -o, --output=      Output CSV file (default: stdout)

Help Options:
  -h, --help         Show this help message
List sheets
$ xlsx-to-csv --list-sheets -i data.xlsx
Downloads
Cumulative
Convert sheet to CSV
$ xlsx-to-csv --sheet Downloads -i data.xlsx
Date,Downloads
05-12-22,918
05-13-22,681
05-14-22,360
05-15-22,372
05-16-22,255
05-17-22,152
05-18-22,875

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