Skip to content

Releases: dariober/excelToCsv

Enable no-quoting

03 Oct 10:52
Compare
Choose a tag to compare
  • -q/--quote allows for no quoting using the keyword none. Note that saving as csv from Excel does not easily allow to omit quoting

v0.2.0

04 May 09:03
Compare
Choose a tag to compare

New in this release

  • Add row number to prefix columns

Download options

  • On systems with Bash (Linux/Unix/MacOS) download excelToCsv and execute it as excelToCsv [options]

  • All others download excelToCsv.jar and execute it as java -jar /path/to/excelToCsv.jar [options]

For more information see README

v0.1.1

15 Apr 12:36
Compare
Choose a tag to compare

Download options

  • On systems with Bash (Linux/Unix/MacOS) download excelToCsv and execute it as excelToCsv [options]

  • All others download excelToCsv.jar and execute it as java -jar /path/to/excelToCsv.jar [options]

For more information see README

v0.1.0

02 Apr 17:21
Compare
Choose a tag to compare

Changelog

  • Previous v0.1.0 updated to latest master