tealeg / xlsx2csv

Convert XSLX files to CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 "-")

About

Convert XSLX files to CSV

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%