PutWorksheetFormatConditionConditio

Contents
[ ]

PutWorksheetFormatConditionCondition

Add a condition for the format condition in the worksheet.

REST API

API Metodo Http Descrizione API riferimento
/cells/{name}/worksheets/{sheetName}/conditionalFormattings/{index}/condition PUT Aggiungi una condizione per la condizione di formato nel foglio di lavoro. PutWorksheetFormatConditionCondition

Path Parameter

Nome parametro Tipo Descrizione
nome stringa Il nome del file.
sheetName string Il nome del foglio di lavoro.
indice intero Ottiene l\'elemento di formattazione condizionale in corrispondenza dell\'indice specificato.

Query Parameter

Nome parametro Tipo Descrizione
tipo stringa tipo di condizione di formato (CellValue/Expression/ColorScale/DataBar/IconSet/Top10/UniqueValues/DuplicateValues/ContainsText/NotContainsText/BeginsWith/EndsWith/ContainsBlanks/NotContainsBlanks/ContainsErrors/NotContainsErrors/TimePeriod/AboveAverage).
operatorType string Rappresenta il tipo di operatore del formato condizionale e della convalida dei dati (Between/Equal/GreaterThan/GreaterOrEqual/LessThan/None/NotBetween/NotEqual).
formula1 string Il valore o l\'espressione associata alla formattazione condizionale.
formula2 string Il valore o l\'espressione associata alla formattazione condizionale.
cartella stringa La cartella in cui si trova il file.
storageName string Il nome dell\'archivio in cui si trova il file.

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: