Releases: na-ka-na/ExcelCompare
Releases · na-ka-na/ExcelCompare
ExcelCompare 0.7.0
ExcelCompare 0.6.1
Changes since 0.6.0:
- Removed Xmx flag from excel_cmp, so tool doesn't fail with big workbooks.
- Print cell position if we're unable to read it.
ExcelCompare 0.6.0
Changes since 0.5.1:
- Added a --diff_ignore_formulas flag (see README).
- Breaking change in how cells with formulas are diffed: If cell1 has formula, cell2 doesn't - mark them not equal in all cases (unless --diff_ignore_formulas is set, then we compare values instead). Earlier formula of cell1 used to be compared with the value of cell2.
- Better support for using excel_cmp with git diff.
ExcelCompare 0.5.1
added a --debug flag
ExcelCompare 0.5.0
Changes since last 0.4.x:
- Added rudimentary support to recognize if there is a macro in an xlsm. Cannot read macro contents though.
- Added a --diff_numeric_precision flag.
0.4.1 ExcelCompare
Changes since last 0.3.x:
Added feature to allow ignore switch to work across all sheets in a spreadsheet
example:
excel_cmp 1.xlsx 2.xlsx --ignore1 ::A --ignore2 ::A
ignores column A across all sheets in spreadsheets 1.xlsx and 2.xlsx
0.4 ExcelCompare
Added feature to allow ignore switch to work across all sheets in a spreadsheet
example:
excel_cmp 1.xlsx 2.xlsx --ignore1 ::A --ignore2 ::A
ignores column A across all sheets in spreadsheets 1.xlsx and 2.xlsx
0.3.1 ExcelCompare
- Bug fix dealing with Excel sheet containing numeric data and formulas.
0.3 ExcelCompare
Support for open document .ods (Open Office / Libre Office) spreadsheets.