<sheetCalcPr> (Sheet Calculation Properties)

This element contains calculation properties for the worksheet.

Parent Elements

<worksheet>3.3.1.96)

Attributes

Description

<fullCalcOnLoad> (Full Calculation On Load)

Indicates whether the application should do a full calculate on load due to contents on this sheet. After load and successful calc, the application shall set this value to false. Set this to true when the application should calculate the workbook on load.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SheetCalcPr">
	<attribute name="fullCalcOnLoad" type="xsd:boolean" use="optional" default="false"/>
</complexType>