sheets-diff 2.4.0

Structured diff engine for Microsoft Excel .xlsx workbooks
Documentation
1
2
3
4
5
6
7
//! Output formatters and view adapters (RFC-013, RFC-029).

pub mod text;
pub mod view;

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