$ man xlsx-to-csv
/xlsx-to-csv(1)
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakitCATEGORY
uncategorized
STATUS
● live
NAME
xlsx-to-csv — excel to csv / xlsx to csv / numbers to csv / spreadsheet to csv
synonym alias of excel-to-csv — reuses the canonical handler.
SYNOPSIS
POST https://x402.org/v1/xlsx-to-csv
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Excel to CSV / XLSX to CSV / Numbers to CSV / spreadsheet to CSV. Convert any sheet of an .xlsx, .xlsm, .xls, or .ods workbook to CSV. Sheet selection, encoding, quote style. CloudConvert.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| xlsx_url | string | URL of the .xlsx, .xlsm, .xls, or .ods workbook to download and convert. | required |
| sheet | string | Name or index of the sheet to convert; defaults to the first sheet if omitted. | optional |
| format | string | Output CSV format options like delimiter, quote style, or encoding (e.g. utf8, latin1). enum: csv · tsv · json | optional |
| include_all_sheets | boolean | When true, converts every sheet in the workbook instead of just the selected one. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| sheet_count | string | Number of sheets found in the source workbook. |
| total_rows | string | Total row count across the converted sheet(s) in the resulting CSV output. |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/xlsx-to-csv \
-H 'Content-Type: application/json' \
-d '{ }'first response =
402 Payment Required with payment requirements; sign + retry with X-PAYMENT.EXAMPLE 2 · mcp
# install once claude mcp add x402 --command "npx x402-deployer-mcp" # then ask Claude Code: # "use the xlsx-to-csv tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- mediakitfile-conversionspreadsheetxlsxcsvexcel-to-csvxlsx-to-csv
- methods
- POST
- cluster
- mediakit
- price
- $0.005 USDC per call
ADJACENT — other endpoints in mediakit
| endpoint | description | price |
|---|---|---|
| compress-pdf | PDF compressor / PDF size reducer. | $0.005 |
| convert-html-to-markdown | Convert HTML to Markdown. | $0.005 |
| excel-to-csv | Excel (.xlsx / .xls) → CSV / TSV / JSON converter. | $0.005 |
| excel-to-google-sheets | Convert Excel to Google Sheets / XLSX to Google Sheets / spreadsheet import / Numbers to Google Sheets / Excel to gsheet. | $0.005 |
| html-to-markdown | HTML → Markdown converter. | $0.005 |
| pdf-compress | PDF compressor / shrink PDF / PDF size reducer / smaller PDF for email. | $0.005 |
| json-yaml | JSON ↔ YAML bidirectional converter. | $0.002 |
| audio-transcribe | Audio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat. | $0.01 |
SEE ALSO