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.

Structs§

OpenOptions
Options for controlling how a workbook is opened and parsed.
Workbook
In-memory representation of an .xlsx workbook.

Enums§

AuxParts
Controls when auxiliary parts (comments, charts, images, etc.) are parsed.
ReadMode
Controls how worksheets and auxiliary parts are parsed during open.
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.