Extract Excel formulas
List every formula in a workbook with its sheet and cell, to audit or document it. Reads Excel (XLSX, XLSM), OpenDocument (ODS) and Apple Numbers, in any language — a French SI() or a German WENN() comes out as written. XLS and XLSB carry formulas that this reader cannot always surface, and CSV or TSV hold none by design: they store results, never formulas.
10 / 10 free files today
Related tools
All Spreadsheets tools →Extract Excel formulas works straight from this page — free, instant, nothing to install. It covers XLSX, XLSM — adjust any of them and the result follows immediately.
How to use it
- Open the tool — no signup or install needed.
- Enter your input or adjust the available options.
- Get your result instantly, then copy or download it.
Frequently asked questions
What does Extract Excel formulas do?
List every formula in a workbook with its sheet and cell, to audit or document it. Reads Excel (XLSX, XLSM), OpenDocument (ODS) and Apple Numbers, in any language — a French SI() or a German WENN() comes out as written. XLS and XLSB carry formulas that this reader cannot always surface, and CSV or TSV hold none by design: they store results, never formulas.
What does it take into account?
It factors in XLSX, XLSM. Change any of them and the output follows immediately.
When would I actually use this?
Getting a table out of a workbook and into something else — JSON for an API, CSV for an import, HTML for a page — opening a file whose software you do not have, and cleaning a sheet before you hand it on.
What is the most common mistake?
Expecting the formula to survive the trip. A converted file carries the last value the spreadsheet computed, not the calculation behind it — and a workbook written by a program can carry the formula with no cached value at all, which most readers discard along with the cell.
How is Extract Excel formulas different from Convert formulas to values?
They sit next to each other but answer different questions: Convert formulas to values is the one to open when you need it to replaces every formula by the result Excel last saved with it, so the sheet keeps its numbers but no longer shows how they were obtained — useful before sending a file out. Nothing is recalculated: a workbook saved without cached results comes back empty. Works with Excel (XLSX, XLS, XLSM, XLSB), OpenDocument (ODS), Apple Numbers, CSV and TSV — though CSV and TSV never hold formulas to begin with. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
CSV to Excel is the closest one after this: Convert a CSV file (or pasted CSV) into a real .xlsx spreadsheet.
What else is worth having open alongside it?
Excel to CSV and Merge Excel files — they come up in the same task often enough to be worth a second tab.
Where do the figures come from?
Nothing leaves the browser. An .xlsx and an .ods are both zipped XML, read here against their published specifications. Dates are the fragile part — a spreadsheet date is a number counted from an epoch the workbook itself declares, so the same 45000 is two different days depending on a flag most files never show you.