Skip to main content

Module workbook

Module workbook 

Source
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§

open_options

Structs§

Workbook
In-memory representation of an .xlsx workbook.

Enums§

WorkbookFormat
The OOXML package format, determined by the workbook content type in [Content_Types].xml. Controls which content type string is emitted for xl/workbook.xml on save.