Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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