News

How to convert XLS and JSON files to CSV in Linux with csvkit Your email has been sent Sometimes you just need a quick means of converting a spreadsheet to a comma-separated values file.
In addition, you can convert all the sheets in one pass by specifing a %d or a %s format specifier in the output file name: $ python ssconverter.py file1.xls file1-%d.csv $ python ssconverter.py file1 ...
When run on a spreadsheet when there is no CSV file it creates the CSV file and returns its name: $ python check_csv_file.py jj.xls Creating jj.csv from ... has been a contributor to and a friend of ...