na-ka-na / ExcelCompare

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

Create abstract differ #62

Closed RossPatterson closed 3 years ago

RossPatterson commented 3 years ago

Refactor differ/callback contract enforcement into a SpreadSheetDiffCallbackBase class that the other callback modules extend.

Remove some unnecessary asstions in UnifiedDiffSpreadSheetDiffCallback.