PostWorksheetTextReplac
Contents
[
Hide
]
PostWorksheetTextReplace
Replace old text with new text in the worksheet.
REST API
API | Metodo Http | Descrizione | API riferimento |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/replaceText | POST | Sostituisci il vecchio testo con il nuovo testo nel foglio di lavoro. | PostWorksheetTextReplace |
Path Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
nome | stringa | Il nome del file. |
sheetName | stringa | nome del foglio di lavoro. |
Query Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
oldValue | string | Il vecchio testo da sostituire. |
newValue | string | Il nuovo testo da sostituire. |
cartella | stringa | La cartella in cui si trova il file. |
storageName | string | Il nome dell\'archivio in cui si trova il file. |