//! Ergonomic XLSX conversion for manually implemented row types.
//!
//! Implement [`ExcelRow`] for your struct, then use [`to_xlsx`] and
//! [`from_xlsx`] to round-trip a first worksheet, or the sheet-selection and
//! multi-sheet APIs for workbooks with multiple homogeneous worksheets.
pub use ;
pub use ExcelError;
pub use ;
pub use ;
pub use ;
pub use CellValue;
pub use ;