01 / Fast steps
- Drop or select your .xlsx, .xls, .xlsm or .ods files.
- Every sheet is laid out as a scrollable grid you can read straight away.
- Copy the values as text, or download the whole workbook as PDF.
Drop a spreadsheet and read it here: every sheet in a real grid, with lettered columns and numbered rows, no Excel and no Microsoft account. The file is opened inside your browser, so the figures in it stay on your machine.
Your files never leave your device.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Good to know
They are two entirely different file formats that happen to hold the same kind of thing. XLS is the binary format Excel used until 2003: a compound file, effectively a small file system holding raw records, which only Microsoft fully documented years after the fact. XLSX, introduced with Office 2007, is a ZIP archive of XML files, one per sheet, following the Open XML standard. That is why an XLSX can be opened by software Microsoft had nothing to do with, why it compresses better, and why a corrupted XLSX can sometimes be repaired by hand while a corrupted XLS usually cannot.
Usually one of four reasons. The machine has no spreadsheet program at all, which is common on a work laptop without an Office licence. The file is an .xlsx but was saved with a .xls name, or the reverse, so the program refuses it before reading a byte. The workbook came from the internet or an email and Excel opened it in Protected View, which looks like a failure but is a safety prompt. Or the file is genuinely damaged, which is what you are looking at if several programs reject it. This viewer reads the file structure directly, so it opens the first three cases without complaint.
Yes, and in more than one way. This page reads the workbook in your browser with no account and nothing to install. LibreOffice Calc opens and edits the same files for free on any desktop. Excel for the web and Google Sheets are free too, but both require an account and, more to the point, require uploading the file to a company server first. If all you need is to read the numbers, staying inside your own browser is the option that involves no licence and no upload.
No, and this is the difference that matters for this format specifically. Spreadsheets are where salary tables, customer databases, pricing and unpublished financials live. Every cell is parsed by JavaScript running in your browser tab; nothing is transmitted, nothing is stored, and there is no copy of your workbook on any server to leak, subpoena or lose. You can prove it: open the browser network panel, drop a file, and watch that your workbook is never sent anywhere.
A spreadsheet file stores both the formula and the value it last produced, so this viewer shows you the value, exactly what you would see on screen in Excel. What it never does is recalculate, because that would mean running the file. Macros in an .xlsm are the sharper point: macro code is the classic delivery mechanism for spreadsheet malware, and a reader that only walks the cell records has no path to execute it. Opening an untrusted workbook here is genuinely safer than opening it in Excel.