sheets-diff 2.3.0

Structured diff engine for Microsoft Excel .xlsx workbooks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# sheets-diff

Structured diff engine for Microsoft Excel `.xlsx` workbooks.

See the [README](../../README.md) for a quick start, feature table, and design
notes.

## Contents

- **[Migration from v1]migration/v1-to-v2.md** — how to update existing code
  that used v1's `Diff::new` / string cell model.
- **[Threat model]maintainers/threat-model.md** — what this crate defends
  against, what it does not, and how each claim is checked.