xlnt
Public Attributes | List of all members
xlnt::calculation_properties Class Reference

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...
 

Detailed Description

Workbook file properties relating to calculations.

Member Data Documentation

◆ calc_id

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.

◆ concurrent_calc

bool xlnt::calculation_properties::concurrent_calc = false

If this is true, concurrent calculation will be enabled for the workbook.


The documentation for this class was generated from the following file: