https://github.com/sheetjs/k
:x: Spreadsheet Differ
https://github.com/sheetjs/k
Last synced: 10 months ago
JSON representation
:x: Spreadsheet Differ
- Host: GitHub
- URL: https://github.com/sheetjs/k
- Owner: SheetJS
- License: other
- Created: 2014-04-03T09:03:55.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T00:45:11.000Z (over 5 years ago)
- Last Synced: 2025-04-19T08:34:38.552Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 176 KB
- Stars: 86
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k
Spreadsheet differ
## Installation
```
npm install -g k
```
## Usage
```
$ 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.
## Difference Algorithm
Currently, only the sheet names and CSV outputs are compared.
## Supported Formats
This uses the [j](https://npm.im/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)
## License
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.
[](http://githalytics.com/SheetJS/k)