excelx
Type-safe XLSX read/write helpers for Rust structs.
This crate supports manual ExcelRow implementations, selected-sheet reads,
homogeneous multi-sheet read/write, parse defaults, and explicit safety limits
for user-uploaded workbooks.
For production imports, prefer the limited APIs:
use ;
let rows = ?;
# let _ = rows;
# Ok::
See the workspace README for full examples, limitations, and compatibility notes.