2.4.82 calcFeatures
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2018/calcfeatures
A CT_CalcFeatures element that specifies a list of CT_CalcFeature elements (section 2.6.199). These elements add granularity to the version of the calc engine along with the calcId ([ISO/IEC29500-1:2016] section 18.2.2).
Each CT_CalcFeature element contains the name of a calculation engine feature that was present when the workbook was calculated. This is used with the calcId to determine the version of the calculation engine. When a workbook is opened, the application will recalculate if the calcId value is at least 179016 and any of the features present in the current version of the calculation engine are not represented in this element. See CalcPr ([ISO/IEC29500-1:2016] section 18.2.2) for more information about the calculation engine. See CT_CalcFeature for a list of calculation engine features.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="calcFeatures" type="CT_CalcFeatures"/>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).