PostSetCellRangeValu
Contents
[
Hide
]
PostSetCellRangeValue
Set the value of the range in the worksheet.
REST API
API | Metodo Http | Descrizione | API riferimento |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells | POST | Imposta il valore dell\'intervallo nel foglio di lavoro. | PostSetCellRangeValue |
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 | stringa | Area cella (come \'A1:C2\') |
valore | stringa | valore intervallo |
tipo | stringa | tipo di dati valore (come \'int\') |
cartella | stringa | La cartella in cui si trova il file. |
storageName | string | Il nome dell\'archivio in cui si trova il file. |