27 #include <xlnt/xlnt_config.hpp> 42 std::size_t calc_id = 0;
47 bool concurrent_calc =
false;
std::size_t calc_id
The version of calculation engine used to calculate cell formula values. If this is older than the ve...
Definition: calculation_properties.hpp:42
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:37
bool operator==(std::nullptr_t, const cell &cell)
Returns true if this cell is uninitialized.
bool concurrent_calc
If this is true, concurrent calculation will be enabled for the workbook.
Definition: calculation_properties.hpp:47
Workbook file properties relating to calculations.
Definition: calculation_properties.hpp:34