PostWorksheetCommen
Contents
[
Hide
]
PostWorksheetComment
Update cell comment in the worksheet.
REST API
API | Metodo Http | Descrizione | API riferimento |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/comments/{cellName} | POST | Aggiorna il commento della cella nel foglio di lavoro. | Commento post foglio di lavoro |
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 |
---|---|---|
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 |
---|---|---|
commento | classe:commento | oggetto Commento. |