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.
Assets
3
na-ka-na
released this
added a --debug flag
Assets
3
na-ka-na
released this
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.
Assets
3
na-ka-na
released this
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
Assets
3
nehaa
released this
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
Assets
3
na-ka-na
released this
- Bug fix dealing with Excel sheet containing numeric data and formulas.
Assets
3
na-ka-na
released this
Support for open document .ods (Open Office / Libre Office) spreadsheets.