PostWorksheetCellSetValu
Contents
[
Hide
]
PostWorksheetCellSetValue
Set cell value using cell name in the worksheet.
REST API
API | Metodo Http | Descrizione | API riferimento |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/cells/{cellName} | POST | Imposta il valore della cella utilizzando il nome della cella nel foglio di lavoro. | PostWorksheetCellSetValue |
Path Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
nome | stringa | Il nome del file. |
sheetName | string | Il nome del foglio di lavoro. |
cellName | string | Il nome della cella. |
Query Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
valore | stringa | valore della cella. |
tipo | stringa | Il tipo di valore. |
formula | stringa | Formula per cella |
cartella | stringa | La cartella in cui si trova il file. |
storageName | string | Il nome dell\'archivio in cui si trova il file. |