formualizer-workbook 0.5.2

Ergonomic workbook API over the Formualizer engine (sheets, loaders, staging, undo/redo)
Documentation
1
2
3
4
5
6
7
8
//! Shared test utilities for formualizer-workbook integration tests.
//!
//! Re-exported from `formualizer-testkit` so fixture helpers are reusable
//! across tests, benches, and future benchmark corpus generation.

#![allow(unused_imports)]

pub use formualizer_testkit::{build_numeric_grid, build_standard_grid, build_workbook};