3.1.4.21 Recalc

This operation is used to calculate a specified range in the workbook.

 <wsdl:operation name="Recalc">
     <wsdl:input message="RecalcSoapIn" />
     <wsdl:output message="RecalcSoapOut" />
 </wsdl:operation>

The protocol client sends a RecalcSoapIn request message, and the protocol server responds with a RecalcSoapOut response message.

In the event of an application error on the protocol server during this operation, the protocol server MUST return an ExcelServerMessage as specified in section 2.2.9.2. The id element of the ExcelServerMessage MUST be one of the values specified in section 2.2.9.4, SHOULD<36> be one of the values described in the following table.

Id

Description

InvalidOrTimedOutSession

See section 2.2.9.5.

RetryError

See section 2.2.9.5.

OperationCanceled

See section 2.2.9.5.

MultipleRequestsOnSession

See section 2.2.9.5.

MaxRequestDurationExceeded

See section 2.2.9.5.

InvalidSheetName

The specified sheet (2) was not found in the workbook.

InternalError

See section 2.2.9.5.