xlnt
|
Workbook file properties relating to calculations. More...
#include <calculation_properties.hpp>
Public Attributes | |
std::size_t | calc_id = 0 |
The version of calculation engine used to calculate cell formula values. If this is older than the version of the Excel calculation engine opening the workbook, cell values will be recalculated. More... | |
bool | concurrent_calc = false |
If this is true, concurrent calculation will be enabled for the workbook. More... | |
Workbook file properties relating to calculations.
std::size_t xlnt::calculation_properties::calc_id = 0 |
The version of calculation engine used to calculate cell formula values. If this is older than the version of the Excel calculation engine opening the workbook, cell values will be recalculated.
bool xlnt::calculation_properties::concurrent_calc = false |
If this is true, concurrent calculation will be enabled for the workbook.