Skip to content

tealeg/xlsx2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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