Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man xlsx-to-csv

/xlsx-to-csv

agentutility / mediakit / xlsx-to-csv
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakit
CATEGORY
uncategorized
STATUS
live
NAME
xlsx-to-csv converts any sheet of an .xlsx, .xlsm, .xls, or .ods workbook to csv, with sheet selection, encoding, and quote style controls
synonym alias of excel-to-csv — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/xlsx-to-csv
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Converts any sheet of an .xlsx, .xlsm, .xls, or .ods workbook to CSV, with sheet selection, encoding, and quote style controls. Powered by CloudConvert. Use it as an Excel to CSV, XLSX to CSV, Numbers to CSV, or spreadsheet to CSV converter.

INPUTrequest schema
propertytypedescriptionreq?
xlsx_urlstringrequired
sheetstringoptional
formatstring
enum: csv · tsv · json
optional
include_all_sheetsbooleanoptional
OUTPUTresponse shape
fieldtypedescription
sheet_countstringNumber of sheets found in the source workbook.
total_rowsstringTotal row count across the converted sheet(s) in the resulting CSV output.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/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 the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the xlsx-to-csv tool from your MCP-aware agent.
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
ADJACENTother endpoints in mediakit
endpointdescriptionprice
compress-pdfPDF compressor / PDF size reducer.$0.005
convert-html-to-markdownConvert HTML to Markdown.$0.005
excel-to-csvConverts Excel workbooks (.xlsx / .xls) to CSV, TSV, or JSON with multi-sheet handling, returning each sheet by name.$0.005
excel-to-google-sheetsConverts Excel files for import into Google Sheets.$0.005
html-markdownConverts raw HTML or a URL into clean Markdown, preserving headings, lists, tables, code blocks, links, and images.$0.005
html-to-markdownConvert HTML to Markdown.$0.005
json-yamlConverts between JSON and YAML in either direction.$0.005
pdf-compressShrinks PDFs to a smaller size for email or the web, with three quality levels: ebook (lowest, web-quality), printer (medium), prepress (…$0.005
SEE ALSO
agentutility · mediakit · x402 · mcp · llms.txt · registry.json · bazaar.x402.org