Crate formualizer_common
Source pub use address::*;pub use coord::*;pub use error::*;pub use function::*;pub use range::*;pub use value::*;
- address
- Sheet-scoped reference helpers shared across the workspace.
- coord
- Compact coordinate representations shared across the engine and bindings.
- error
- Excel-style error representation that is both ergonomic now
and flexible enough to grow new, data-rich variants later.
- function
- range
- value