Zoho - Trademark
Blogs
   Forums   Sheet Home
   Toll Free : 888 900 9646


API Home >> Sheet >> API Reference >> download

Download APIs


Zoho Sheet's list of download APIs allows you to download the workbooks (both private and public) in various formats. The formats currently supported by download apis are:


All you need to do is enter the request URIs in your browser address bar along with authentication parameters (apikey,ticket) and a dialog box will pop up that will prompt you to save or open the workbook in various formats.

Example : http://sheet.zoho.com/api/private/xls/download/[bookId]?apikey=[apikey]&ticket=[ticket]

The list of download API URL's and their description is tabulated below:


Download URLs

Request URIs
Description
api/private/xls/download/[bookId]
Download the workbook[bookid] as xls
api/private/sxc/download/[bookId]
Download the workbook[bookid] as sxc
api/private/pdf/download/[bookId]
Download the workbook[bookid] as pdf
api/private/csv/download/[bookid]
csv download for the first sheet of workbook[bookId]
api/private/csv/download/[bookId]/[sheetIndex]
csv download for a specific sheet by passing index value
api/private/csv/download/[bookId]/sheet-name:[name]
csv download for a specific sheet by sheet name
api/private/csv/download/[bookId]/[sheetindex]/[range]
csv download for a specific cell range by sheet index value
api/private/csv/download/[bookId]/sheet-name:[name]/[range]
csv download for a specific cell range by sheet name

Similarly, to download all the public workbooks available in Zoho Sheet in various formats, just replace the word "private" with "public" in the request URL.

Example - api/public/xls/downlad/[bookId] request uri will download the public workbook in xls format.

Note: Downloading shared workbook is not supported as of now