import_factory_config¶
Defined in header: <orcus/spreadsheet/factory.hpp>
-
struct import_factory_config¶
Public Functions
-
import_factory_config()¶
-
import_factory_config(const import_factory_config &other)¶
-
~import_factory_config()¶
-
import_factory_config &operator=(const import_factory_config &other)¶
Public Members
-
bool enable_font_cache = true¶
When the font cache is enabled, the import factory checks each incoming font entry against the pool of existing font entries and insert it only when an equal entry doesn’t already exist in the pool.
Note
It should not be enabled for a file format that already has font entries normalized, such as xlsx.
-
import_factory_config()¶