PostImportData
Contents
[
Hide
]
PostImportData
Import data into the Excel file.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/importdata | POST | Import data into the Excel file. | PostImportData |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
region | string | The regional settings for workbook. |
Request Body Parameter
Parameter Name | Type | Description | |||||
---|---|---|---|---|---|---|---|
importOption | class:importoption | Import option. They are include of ImportCSVDataOption | ImportBatchDataOption | ImportPictureOption | ImportStringArrayOption | Import2DimensionStringArrayOption | and so on. |