PostWorksheetRangeSor
Contents
[
Hide
]
PostWorksheetRangeSort
Sort a range in the worksheet.
REST API
API | Metodo Http | Descrizione | API riferimento |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/sort | POST | Ordina un intervallo nel foglio di lavoro. | PostWorksheetRangeSort |
Path Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
nome | stringa | Il nome del file. |
sheetName | string | Il nome del foglio di lavoro. |
Query Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
cellArea | string | L\'area da ordinare. |
cartella | stringa | La cartella in cui si trova il file. |
storageName | string | Il nome dell\'archivio in cui si trova il file. |
Request Body Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
dataSorter | class:datasorter | DataSorter con impostazioni di ordinamento. |