//! Ergonomic single-sheet XLSX conversion for manually implemented row types.
//!
//! Phase 1 intentionally keeps the public API small. Implement [`ExcelRow`] for
//! your struct, then use [`to_xlsx`] and [`from_xlsx`] to round-trip values.
pub use ;
pub use ExcelError;
pub use ;
pub use ;
pub use ;
pub use CellValue;
pub use ;