Skip to content

Releases: Cube707/csv2xlsx

version 1.3

12 Jul 14:51
Compare
Choose a tag to compare

changes

  • stip whitespace from tokens
  • handle file-errors. Files that can't be written will be skiped (continuing with the next file) and a message is given instead of the tool crashing

added

  • comments

version 1.2

09 Jul 12:55
Compare
Choose a tag to compare

changed

  • numbers are written as proper Excel number types

added

  • new option -s / --separator to specify the CSV separator

version 1.1

08 Jul 13:21
Compare
Choose a tag to compare

Bug fixes and documentation

fixed:

  • #1 (xlsxfile should contain the outdir and display it when done)
  • #2 (--outdir doesn't work with full path glob's)
  • allow for all combination of full/relative path's on the glob-patter and outdir options

changed:

  • added spinner to indicate progress
  • better documentation

first working version

07 Jul 20:29
Compare
Choose a tag to compare