PutWorksheetFormatCondition

Contents
[ ]

PutWorksheetFormatCondition

Add a format condition in the worksheet.

REST API

API HttpMethod Description API reference
/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index} PUT Add a format condition in the worksheet. PutWorksheetFormatCondition

Path Parameter

Parameter Name Type Description
name string The file name.
sheetName string The worksheet name.
index integer Gets the Conditional Formatting element at the specified index.

Query Parameter

Parameter Name Type Description
cellArea string Adds a conditional formatted cell range.
type string Format condition type(CellValue/Expression/ColorScale/DataBar/IconSet/Top10/UniqueValues/DuplicateValues/ContainsText/NotContainsText/BeginsWith/EndsWith/ContainsBlanks/NotContainsBlanks/ContainsErrors/NotContainsErrors/TimePeriod/AboveAverage).
operatorType string Represents the operator type of conditional format and data validation(Between/Equal/GreaterThan/GreaterOrEqual/LessThan/None/NotBetween/NotEqual).
formula1 string The value or expression associated with conditional formatting.
formula2 string The value or expression associated with conditional formatting.
folder string The folder where the file is situated.
storageName string The storage name where the file is situated.

The OpenAPI Specification defines a publicly accessible programming interface and lets you carry out REST interactions directly from a web browser.

 

You can use cURL command-line tool to access Aspose.Cells web services easily. The following example shows how to make calls to Cloud API with cURL.

Cloud SDK Family

Using an SDK is the best way to speed up the development. An SDK takes care of low-level details and lets you focus on your project tasks. Please check out the GitHub repository for a complete list of Aspose.Cells Cloud SDKs.

The following code examples demonstrate how to make calls to Aspose.Cells web services using various SDKs: