sheets-diff 2.0.1

Structured diff engine for Microsoft Excel .xlsx workbooks
Documentation
1
2
3
4
5
6
//! Output formatters — thin adapters over `WorkbookDiff` (RFC-013).

pub mod text;

#[cfg(feature = "serde")]
pub mod json;