{"name":"excel-to-google-sheets","description":"Converts Excel files for import into Google Sheets. Outputs CSV that imports directly via File > Import > Upload (or paste-into-cells), with multi-sheet handling, encoding control, and quote style. Same handler as excel-to-csv / xlsx-to-csv under a Google-Sheets-named slug. Use it as an XLSX to Google Sheets, Numbers to Google Sheets, or Excel to gsheet spreadsheet import tool.","price":"$0.005","method":"POST","input_schema":{"properties":{"xlsx_url":{"type":"string","description":"URL to the .xlsx/.xls workbook. Max 25MB."},"sheet":{"type":"string","description":"Sheet name or 0-based index to convert. Defaults to the first sheet if omitted."},"format":{"type":"string","enum":["csv","tsv","json"],"description":"'csv' (default), 'tsv', or 'json'."},"include_all_sheets":{"type":"boolean","description":"Boolean, default false. When true, returns every sheet keyed by name (overrides 'sheet')."}},"required":["xlsx_url"]},"input_example":{"xlsx_url":"https://raw.githubusercontent.com/rooz21/x402/main/docs/fixtures/sample.xlsx","format":"csv"},"output_example":{"sheet_count":1,"total_rows":100},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}