Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man excel-to-google-sheets

/excel-to-google-sheets(1)

agentutility / mediakit / excel-to-google-sheets
PRICE / CALL
$0.005
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
mediakit
CATEGORY
uncategorized
STATUS
live
NAME
excel-to-google-sheets convert excel to google sheets / xlsx to google sheets / spreadsheet import / numbers to google sheets / excel to gsheet
synonym alias of excel-to-csv — reuses the canonical handler.
SYNOPSIS
POST https://x402.org/v1/excel-to-google-sheets
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Convert Excel to Google Sheets / XLSX to Google Sheets / spreadsheet import / Numbers to Google Sheets / Excel to gsheet. Outputs CSV that imports directly into Google Sheets via File → Import → Upload (or paste-into-cells). Multi-sheet handling, encoding control, quote style. Same handler as excel-to-csv / xlsx-to-csv under a Google-Sheets-named slug.

INPUTrequest schema
propertytypedescriptionreq?
xlsx_urlstringPublic URL of the Excel (.xlsx/.xls) or Numbers file to convert to Google-Sheets-ready CSV.required
sheetstringSheet name or zero-based index to export; defaults to the first sheet when omitted.optional
formatstringOutput format selector (csv, tsv) controlling delimiter and quoting style for the Google Sheets import.
enum: csv · tsv · json
optional
include_all_sheetsbooleanWhen true, exports every sheet concatenated or zipped instead of just the selected one.optional
OUTPUTresponse shape
fieldtypedescription
sheet_countstringNumber of sheets found in the source workbook.
total_rowsstringTotal row count across the exported sheet(s) in the returned CSV.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/excel-to-google-sheets \
  -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 excel-to-google-sheets tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
excelgoogle-sheetscsvspreadsheetimportxlsx
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-csvExcel (.xlsx / .xls) → CSV / TSV / JSON converter.$0.005
html-to-markdownHTML → Markdown converter.$0.005
pdf-compressPDF compressor / shrink PDF / PDF size reducer / smaller PDF for email.$0.005
xlsx-to-csvExcel to CSV / XLSX to CSV / Numbers to CSV / spreadsheet to CSV.$0.005
json-yamlJSON ↔ YAML bidirectional converter.$0.002
audio-transcribeAudio transcribe / speech-to-text / Whisper-large / multi-language ASR / OpenAI Whisper API compat.$0.01
SEE ALSO
agentutility(7) · mediakit(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org