29 #include <xlnt/xlnt_config.hpp> 44 std::size_t calc_id = 0;
49 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:44
Enumerates the possible types a cell can be determined by it's current value.
Definition: cell.hpp:36
bool operator!=(std::nullptr_t, const cell &cell)
Returns true if this cell is initialized.
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:49
Workbook file properties relating to calculations.
Definition: calculation_properties.hpp:36