Expand description
Comparison options and builder (DiffOptions, DiffOptionsBuilder, …).
Comparison options, builder, and related policy enums (RFC-006, RFC-033 §11).
Structs§
- Comparison
Options - All comparison-behaviour options.
- Diagnostic
Options - Diff
Options - The top-level configuration entry point for a v2 comparison.
- Diff
Options Builder - Fluent builder for
DiffOptions. - Execution
Options - Execution, progress, and cancellation options.
- Limits
- Resource bounds that protect against pathological workbooks.
- Matching
Options - Options controlling sheet matching and cell alignment.
- Output
Options - Value
Compare Options - All value-comparison policy fields grouped together.
Enums§
- Alignment
Mode - Row/column alignment mode (RFC-011).
- Date
Compare Policy - How date/time values are compared.
- Diff
Event - An event emitted during a comparison for progress reporting.
- Execution
Mode - Execution-mode configuration.
- Formula
Compare Mode - How formula text is compared when both sides have a formula.
- Number
Compare Policy - How two floating-point numbers are compared.
- Numeric
Type Policy - Whether
IntegervsNumberis treated as a type change. - Sheet
Matching Mode - How sheets are paired between the two workbooks.
- Type
Mismatch Policy - How a typed value is compared against a value of a different type.
Traits§
- Cancellation
- Trait for cancellation predicates.
- Progress
Sink - Trait for receiving progress events.