{"name":"xlsx-to-csv","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.","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"}