• Stars
    star
    136
  • Rank 267,670 (Top 6 %)
  • Language
    Go
  • License
    BSD 2-Clause "Sim...
  • Created over 13 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Convert XSLX files to CSV

xlsx2csv

Simple script for converting xlsx files to csv files commandline.

Usage

We provide compiled version of the program for Windows Mac OS and Linux.

Usage:
	./xlsx2csv_mac_64 [flags] <xlsx-to-be-read>
  -d string
    	Delimiter to use between fields (default ";")
  -i int
    	Index of sheet to convert, zero based
  -o string
    	filename to output to. -=stdout (default "-")