pub fn parse_workbook(path: impl AsRef<Path>) -> Result<Workbook>Expand description
Parses .xlsx from a file path — the most common public entry point.
Uses the default Zip Bomb size cap (SizeLimits::default()). To specify
the cap explicitly, use parse_workbook_with_limits.