XLSB to XLSX
Turn a binary .xlsb workbook into a standard .xlsx file any program can open.
10 / 10 free files today
Related tools
All Spreadsheets tools →XLSB to XLSX works straight from this page — free, instant, nothing to install. You will find it under Spreadsheets, with Numbers to XLSX and ODS to XLSX for the neighbouring cases.
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 XLSB to XLSX do?
Turn a binary .xlsb workbook into a standard .xlsx file any program can open.
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 XLSB to XLSX different from Numbers to XLSX?
They sit next to each other but answer different questions: Numbers to XLSX is the one to open when you need it to open an Apple Numbers file and save it as Excel .xlsx — no Mac required. Pick whichever matches what you're starting from — both are free.
Is there a tool for the next step?
ODS to XLSX is the closest one after this: Convert a LibreOffice Calc .ods sheet to Excel .xlsx without installing anything.
What else is worth having open alongside it?
XLS to XLSX and XLSM to XLSX — 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.