forked from na-ka-na/ExcelCompare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
47 lines (38 loc) · 1.45 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Version 0.7.0 to 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)
Version 0.6.1 to 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.
Version 0.6.0 to 0.5.1
--------------------
1. Added a --diff_ignore_formulas flag.
2. Breaking change in how cells with formulas are diffed: If cell1 has formula, cell2 doesn't mark them not equal (unless --diff_ignore_formulas is set, then we compare values instead).
3. Better support for using excel_cmp with git diff.
Version 0.5.1 to 0.5.0
--------------------
1. Added a --debug flag
Version 0.5.0 to 0.4.1
--------------------
1. Added rudimentary support to recognize if there is a macro in an xlsm. Cannot read macro contents though.
2. Added a --diff_numeric_precision flag.
Version 0.4.1 to 0.4
--------------------
1. Update some tests and README
Version 0.4 to 0.3.1
--------------------
1. Add support to apply ignore switch to all sheets in a workbook
Version 0.3.1 to 0.3
-------------------
1. Bug fix dealing with Excel sheet containing numeric data and formulas.
Version 0.3 to 0.2
-------------------
1. Support Open document (.ods) files
2. Add some smoke tests
Version 0.2 to 0.1
------------------
1. Better output formatting and more details
2. Breakup code into multiple files