{"uid":"cap_oRxuegdWib7_7XvWnQiNP","slug":"402utils-xlsx-extractor-57c7dc60","name":"402utils XLSX Extractor","description":"Extract data from an .xlsx spreadsheet: send the bytes directly or a JSON body with a public {url}. Returns each sheet as rows (array-of-arrays) with its name and used range, plus workbook metadata. Query: sheet (name or 0-based index) for a single sheet, headers=true for array-of-objects. Formula cells return their cached computed value. Capped at 500000 cells. Max 10 MB.","url":"https://402utils.com/v1/xlsx-extract","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"Public http(s) URL of an .xlsx file (alternative to sending bytes)."}}},"responseSchema":{"type":"json","example":{"meta":{"cellCount":9,"sheetCount":1,"sheetNames":["Q2"]},"sheets":[{"name":"Q2","rows":[["item","qty","total"],["widgets",10,42.5],["gadgets",3,12.75]],"range":"A1:C3"}]}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_hES7LJZvK1tk0fDfJT35I","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts sheet data and workbook metadata from an .xlsx spreadsheet supplied as raw bytes or a public URL","exampleAgentPrompt":"Can you pull the data out of this Excel file at https://example.com/reports/Q3.xlsx and give me the rows as objects with headers from the first row?","exampleUseCases":null,"resultDescription":"Returns each sheet (or a single requested sheet) as an array-of-arrays of row data, with the sheet name and used range. If headers=true is set, rows are returned as array-of-objects keyed by the first row. Also includes workbook-level metadata. Formula cells return their cached computed value. Capped at 500,000 cells; max file size 10 MB.","failureModes":["File exceeds 10 MB limit — request rejected","Spreadsheet contains more than 500,000 cells — extraction capped or rejected","URL is not publicly accessible or returns a non-200 status — fetch failure","File is not a valid .xlsx format (e.g. .xls, .csv, or corrupt file) — parse error","Sheet name or index does not exist in the workbook — sheet not found error","Network timeout fetching remote URL","Payment not included or insufficient — 402 payment required response"],"whenToPreferThis":"Use this endpoint when you need to programmatically read data from an .xlsx Excel file — either supplied as raw bytes or fetched from a public URL — and get the contents as structured JSON rows. It handles multi-sheet workbooks, optional header row promotion, and returns cached formula values without needing Excel installed. Prefer this over CSV-based alternatives when the source is definitively an .xlsx workbook.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T12:44:57.563Z","isFirstParty":false}