Excel Viewer Online
View and inspect Excel files directly in your browser. Browse rows, check column names and data types — no upload required, your data stays on your device.
About this tool
Preview the contents of a Excel file directly in your browser. See column names, data types, and the first 500 rows without opening Excel or writing any code. Nothing is uploaded — the file is read locally in your browser.
Frequently Asked Questions
How many rows does the Excel viewer show?
The viewer loads up to 500 rows for preview. For browsing or filtering larger datasets use the SQL Query tool, which can run arbitrary queries against the full file.
Can I search or filter within the Excel viewer?
Column sorting is available in the results table. For row-level filtering use the Filter tool or the SQL Query tool.
What information does the Excel viewer show?
Column names, detected data types, total row count, and the first 500 rows of data. It is useful for a quick sanity check before running heavier operations.
Is my data private?
Yes — completely. Your file is never uploaded to any server. Everything runs locally in your browser using WebAssembly — processing happens entirely inside your tab. Once you close the tab, nothing is retained.
What is the maximum file size?
The free limit is 50 MB. For larger files, performance depends on your device's available memory — most modern machines handle 500 MB to 1 GB comfortably.
Related Tools
Round Numbers in Excel Files Online
Round numeric columns in Excel files to any number of decimal places directly in your browser. Set precision per column with a simple slider — no upload required.
Add Conditional Column to Excel Files Online
Add a new column to Excel files based on an if/else condition directly in your browser. Set a value for rows that match and a different value for rows that don't — no upload required.
Extract with Regex from Excel Files Online
Extract text matching a regular expression from Excel files directly in your browser. Pull out emails, URLs, phone numbers, or any pattern into a new column — no upload required.
Parse Dates in Excel Files Online
Parse and convert date columns in Excel files between formats and timezones directly in your browser. Supports ISO 8601, US/EU dates, Unix timestamps, and custom patterns — no upload required.
Compare Schema of Excel Files Online
Compare the schemas of two Excel files directly in your browser. See which columns exist in each file and spot type mismatches — no upload required.