<<<<<<< HEAD
CellDiff is a utility for comparing versions of spreadsheets and getting the differences between them at the cellular level.
gem install cell-diffrequire "cell-diff"
s = CellDiff.open("version1.csv", "version2.csv")
s.diffCellDiff is a utility for comparing versions of spreadsheets and showing the differences.
9fdf85a... Initial commit