{ "opencollection": "1.0.0", "info": { "name": "PDF.co Barcodes Excel Conversion API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Excel Conversion", "type": "folder" }, "items": [ { "info": { "name": "Excel to CSV", "type": "http" }, "http": { "method": "POST", "url": "https://api.pdf.co/v1/xls/convert/to/csv", "body": { "type": "json", "data": "{}" } }, "docs": "Converts a xls/xlsx file to csv." }, { "info": { "name": "Excel to JSON", "type": "http" }, "http": { "method": "POST", "url": "https://api.pdf.co/v1/xls/convert/to/json", "body": { "type": "json", "data": "{}" } }, "docs": "Converts a xls/xlsx/csv file to json." }, { "info": { "name": "Excel to HTML", "type": "http" }, "http": { "method": "POST", "url": "https://api.pdf.co/v1/xls/convert/to/html", "body": { "type": "json", "data": "{}" } }, "docs": "Converts a xls/xlsx/csv file to html." }, { "info": { "name": "Excel to Text", "type": "http" }, "http": { "method": "POST", "url": "https://api.pdf.co/v1/xls/convert/to/txt", "body": { "type": "json", "data": "{}" } }, "docs": "Converts a xls/xlsx/csv file to text." }, { "info": { "name": "Excel to XML", "type": "http" }, "http": { "method": "POST", "url": "https://api.pdf.co/v1/xls/convert/to/xml", "body": { "type": "json", "data": "{}" } }, "docs": "Converts a xls/xlsx/csv file to xml." }, { "info": { "name": "Excel to PDF", "type": "http" }, "http": { "method": "POST", "url": "https://api.pdf.co/v1/xls/convert/to/pdf", "body": { "type": "json", "data": "{}" } }, "docs": "Converts a xls/xlsx/csv file to pdf." } ] } ], "bundled": true }