Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonmagic/cell-diff
CellDiff is a utility for comparing versions of spreadsheets and showing the differences.
https://github.com/jonmagic/cell-diff
Last synced: 30 days ago
JSON representation
CellDiff is a utility for comparing versions of spreadsheets and showing the differences.
- Host: GitHub
- URL: https://github.com/jonmagic/cell-diff
- Owner: jonmagic
- License: mit
- Created: 2013-09-21T07:02:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T07:12:44.000Z (over 11 years ago)
- Last Synced: 2023-04-10T22:39:31.304Z (over 1 year ago)
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
<<<<<<< HEAD
# CellDiffCellDiff is a utility for comparing versions of spreadsheets and getting the differences between them at the cellular level.
## Usage
```bash
gem install cell-diff
``````ruby
require "cell-diff"s = CellDiff.open("version1.csv", "version2.csv")
s.diff
```
=======
cell-diff
=========CellDiff is a utility for comparing versions of spreadsheets and showing the differences.
>>>>>>> 9fdf85a... Initial commit