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ยง
- Workbook
- In-memory representation of an
.xlsxworkbook.