na-ka-na / ExcelCompare

Command line tool (and API) for diffing Excel Workbooks
820 stars 102 forks source link

There should be cell format compare option #47

Open vmkiili opened 7 years ago

vmkiili commented 7 years ago

I noticed that ExcelCompare doesn't notice the difference between cells which are formatted in a different way. If one cell contains a date with time 00:00:00 and the other contains only the date, ExcelCompare thinks that they are the same.

na-ka-na commented 7 years ago

Yes this is documented in the limitations - Compares only cell "contents". Formatting, macros are currently ignored. I can add an option.