Excel-to-CSV-Api
Convert Excel file to CSV(s) data: Excel-To-Csv (POST API) Convery all sheets on uploaded excel-file (post-body) to CSV(s). Note: accepted file extensions : *.xls, *.xlsx, *.xlsm Request post-body will contains excel-file as multipart/form-data. Success-Response (200 OK) will be a JSON object with sheets data array in csv-format like this: { "status": "Success", "data": [ { "name": "Sheet1",…
Excel-to-CSV-Api endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
ExcelToCsv /ExcelToCsv |
Convert Excel file to CSV(s). |
Excel-to-CSV-Api pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $9 / month | — |
|