PostWorkbookCalculateFormula
Contents
[
Hide
]
PostWorkbookCalculateFormula
Calculate all formulas in the workbook.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/calculateformula | POST | Calculate all formulas in the workbook. | PostWorkbookCalculateFormula |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
ignoreError | boolean | ignore Error. |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
options | class:calculationoptions | CalculationOptions Calculation Options. |