GetWorksheetWithFormat
Contents
[
Hide
]
GetWorksheetWithFormat
Retrieve the worksheet in a specified format from the workbook.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName} | GET | Retrieve the worksheet in a specified format from the workbook. | GetWorksheetWithFormat |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The file name. |
sheetName | string | The worksheet name. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
format | string | Export format(CSV/XLS/HTML/MHTML/ODS/PDF/XML/TXT/TIFF/XLSB/XLSM/XLSX/XLTM/XLTX/XPS/PNG/JPG/JPEG/GIF/EMF/BMP/MD[Markdown]/Numbers). |
verticalResolution | integer | Image vertical resolution. |
horizontalResolution | integer | Image horizontal resolution. |
area | string | Represents the range to be printed. |
pageIndex | integer | Represents the page to be printed |
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |