Expand description
Workbook file I/O: reading and writing .xlsx files.
An .xlsx file is a ZIP archive containing XML parts. This module provides
Workbook which holds the parsed XML structures in memory and can
serialize them back to a valid .xlsx file.
Re-exports§
pub use open_options::AuxParts;pub use open_options::DateInterpretation;pub use open_options::OpenOptions;pub use open_options::ReadMode;
Modules§
Structs§
- Workbook
- In-memory representation of an
.xlsxworkbook.
Enums§
- Workbook
Format - The OOXML package format, determined by the workbook content type in
[Content_Types].xml. Controls which content type string is emitted forxl/workbook.xmlon save.