xlsxconv

command module
v0.0.0-...-eac08f7 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2023 License: MIT Imports: 14 Imported by: 0

README

xlsxconv

Convert xlsx to csv, json or yaml

Install

go install github.com/johejo/xlsxconv@latest

Usage

xlsxconv -sheet=$SHEET_NAME -format=$FORMAT < $SOURCE > $DESTINATION
Usage of xlsxconv:
  -format string
        Output format ("csv", "json", "yaml") (default "csv")
  -header-row-index int
        Row index to use as header for json and yaml format (defaults to first row)
  -sheet string
        Sheet name (defaults to first sheet)
  -sheet-index int
        Sheet index (defaults to first sheet)

License

MIT

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