Download Spreadsheet

Purpose

To download a particular spreadsheet.


HTTP Request URL

https://{api.office-integrator_domain}/sheet/officeapi/v1/spreadsheet/<document_id>/download

Request Parameters

ParameterData TypeDescription
Mandatory Parameters
apikey423s*****Uniquely identifies the web application which initiates the spreadsheet conversion request.
formatString

Specify the format in which the spreadsheet needs to be downloaded.

Supported formats: zsheet, xlsx, xls, ods, csv, tsv and pdf

Sample Request

Copiedhttps://api.office-integrator.com/sheet/officeapi/v1/spreadsheet/1349/download?apikey=423*****&format=zsheet

Sample Response

The spreadsheet will be downloaded as bytes.