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.
Structs§
- Open
Options - Options for controlling how a workbook is opened and parsed.
- 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.