All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added
--csvoption for CSV output.
- Output to console is now always UTF-8 with no BOM.
0.10.0 - 2025-12-30
- Always start at
A1if no explicit range is given.
0.9.0 - 2025-07-23
- No longer removes trailing zeros with significant figures specified.
0.8.0 - 2023-07-12
- By default, string content is stripped of leading and trailing whitespace.
This can be disabled with the new option
--no-strip.
- Error in logic when dealing with single cell range like
A1.
0.7.0 - 2023-05-25
- New option
--in-placeor-ito write the data to a new TSV file with the same name as the input Excel file.
0.6.0 - 2022-11-29
- Rebuilt targeting .NET 7.
0.5.0 - 2022-11-02
- New option
--all-sheets. If you want data from every sheet, you no longer need to specify each sheet directly in the-wargument.
0.4.0 - 2022-10-28
- The worksheet option
-wnow allows for multiple worksheets to be entered. The argument that follows the-wis now split on ':' or newlines.
- The structure of the releases has been updated for the better. Assets for the releases are now built using GitHub actions.
0.3.0 - 2022-05-20
- New option for significant figures. Can help with downstream programs that cannot handle thousands separators.