Spreadsheet differ
npm install -g k
$ k file_1 file_2
The process will exit with code 0 if and only if the two files are deemed to be the same.
Currently, only the sheet names and CSV outputs are compared.
This uses the j library, which currently provides:
- XLS (Excel 97-2004)
- XML (Excel 2003-2004)
- XLSX (Excel 2007+ XML)
- XLSM (Excel 2007+ Macro-Enabled XML)
- XLSB (Excel 2007+ Binary)
Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 license are reserved by the Original Author.