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: 4 months 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 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-21T07:12:44.000Z (over 12 years ago)
- Last Synced: 2025-01-31T13:43:47.872Z (about 1 year ago)
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
<<<<<<< HEAD
# CellDiff
CellDiff 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