lxw_workbook_options

@brief Workbook options.

Optional parameters when creating a new Workbook object via workbook_new_opt().

Currently only the constant_memory property is supported:

* constant_memory

extern (C)
struct lxw_workbook_options {}

Members

Variables

constant_memory
uint8_t constant_memory;

Optimize the workbook to use constant memory for worksheets

Meta