xlsx2csv

command module
v0.0.0-...-4fa6b8f Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2023 License: BSD-2-Clause Imports: 6 Imported by: 0

README

xlsx2csv

Go Report Card Coverage Status

A simple program that converts Microsoft XLSX workbook files into CSV files.

Now with multi-sheet export support.

Usage

Usage:
	xlsx2csv [options] <xlsx-to-be-read>
  -a	Convert all sheets using the sheet name as the output file name (default == false)
  -d string
    	Delimiter to use between fields (default == , (default ",")
  -i int
    	Index of sheet to convert, zero based (default == 0
  -l	Used in conjunction with 'a'. If specified, all output file names will be lower cased and spaces replaced with _
  -n string
    	Used in conjunction with 'a'. If specified, name to prefix each exported sheet with
  -o string
    	filename to output to. -=stdout (default == STDOUT) (default "-")
  -p string
    	path to output to. Current directory if not set

Releases

See Releases for pre-built binaries for your platform.

To release. Add a major,minor,patch tag to your PR labels.

Attribution

Forked from: https://github.com/tealeg/xlsx2csv

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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