PostImportDat
Contents
[
Hide
]
PostImportData
Import data into the Excel file.
REST API
API | Metodo Http | Descrizione | API riferimento |
---|---|---|---|
/cells/{name}/importdata | POST | Importa i dati nel file Excel. | PostImportData |
Path Parameter
Nome parametro | Tipo | Descrizione |
---|---|---|
nome | stringa | Il nome del file. |
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. |
regione | string | Impostazioni internazionali per la cartella di lavoro. |
Request Body Parameter
Nome parametro | Tipo | Descrizione | ||||
---|---|---|---|---|---|---|
importOption | class:importoption | Opzione di importazione. Sono inclusi ImportCSVDataOption | ImportBatchDataOption | ImportPictureOption | ImportStringArrayOption | Import2DimensionStringArrayOption e così via. |