Skip to content

Releases: mitchpaulus/excelchop

v0.8.0

14 Jul 17:38
Compare
Choose a tag to compare

0.8.0 - 2023-07-12

Breaking

  • By default, string content is stripped of leading and trailing whitespace.
    This can be disabled with the new option --no-strip.

Fixed

  • Error in logic when dealing with single cell range like A1.

v0.7.0

25 May 13:40
Compare
Choose a tag to compare
Bump version

v0.6.0

29 Nov 18:57
Compare
Choose a tag to compare

0.6.0 - 2022-11-29

Changed

  • Rebuilt targeting .NET 7.

v0.5.0

02 Nov 14:20
Compare
Choose a tag to compare

0.5.0 - 2022-11-02

Added

  • New option --all-sheets. If you want data from every sheet, you no longer need to specify each sheet directly in the -w argument.

v0.4.0

28 Oct 13:42
Compare
Choose a tag to compare
v0.4.0

0.3.0

20 May 20:59
Compare
Choose a tag to compare

0.3.0 - 2022-05-20

Added

  • New option for significant figures. Can help with downstream programs that cannot handle thousands separators.

0.2.3

05 May 14:06
Compare
Choose a tag to compare

Fixes:

  • #1 Don't crash with no filename argument.
  • Adds appropriate exit codes for errors.

v0.2.2

03 Mar 23:28
Compare
Choose a tag to compare

Added

  • Add option for newline escaping

2020-02-20 update

20 Feb 21:16
Compare
Choose a tag to compare
v0.2.1

Update dependencies

v0.2.0

08 Oct 14:12
Compare
Choose a tag to compare
  • Fixes issues with blank cells
  • New stopping options
  • Adds R1C1 functionality