Skip to content

Releases: na-ka-na/ExcelCompare

ExcelCompare 0.7.0

22 Apr 11:48
Compare
Choose a tag to compare

Changes since 0.6.1

  1. Change minimum requirements from Java 6 to Java 8
  2. Support for MINGW64
  3. Add support for unified diff format (use --diff_format=unified, see README)

ExcelCompare 0.6.1

29 Jan 06:52
Compare
Choose a tag to compare

Changes since 0.6.0:

  1. Removed Xmx flag from excel_cmp, so tool doesn't fail with big workbooks.
  2. Print cell position if we're unable to read it.

ExcelCompare 0.6.0

08 May 11:03
Compare
Choose a tag to compare

Changes since 0.5.1:

  1. Added a --diff_ignore_formulas flag (see README).
  2. 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.
  3. Better support for using excel_cmp with git diff.

ExcelCompare 0.5.1

20 Jul 08:54
Compare
Choose a tag to compare

added a --debug flag

ExcelCompare 0.5.0

20 Jul 08:22
Compare
Choose a tag to compare

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

12 Jun 06:18
Compare
Choose a tag to compare

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

10 Jun 23:43
Compare
Choose a tag to compare

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

12 Jan 08:54
Compare
Choose a tag to compare
  • Bug fix dealing with Excel sheet containing numeric data and formulas.

0.3 ExcelCompare

13 Dec 23:36
Compare
Choose a tag to compare

Support for open document .ods (Open Office / Libre Office) spreadsheets.