{"name":"excel-to-csv","description":"Converts Excel workbooks (.xlsx / .xls) to CSV, TSV, or JSON with multi-sheet handling, returning each sheet by name. Adjacent to the 'convert excel to google sheets' demand cluster. Use it as an Excel to CSV or spreadsheet converter.","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"}