About the Handiwork Online Excel Viewer
The Online Excel Viewer opens a workbook locally and presents its worksheets as searchable, paginated data grids. Switch between sheets, inspect formatted cell values, or show stored formulas without uploading the file. It is intended for quick data inspection when you do not need a full spreadsheet editor.
How to use the Handiwork Online Excel Viewer
- Choose or drop an XLSX, XLS, XLSM, XLSB, ODS, or CSV file up to 20 MB.
- Use the worksheet tabs to select a sheet, then scroll or page through its used-cell range.
- Search the displayed range or turn on Show formulas to inspect stored formula expressions.
- Clear the workbook when finished; the selected file remains inside the current browser tab.
How workbook data is displayed
After you select a file, the browser reads its workbook structure and used-cell ranges. The grid displays each cell’s formatted text when available, while the formula option displays the stored expression for formula cells. Row and column headers retain the worksheet’s original coordinates even when the used range begins below A1.
What local processing means here
The file picker supplies workbook bytes directly to JavaScript in the current page. Handiwork does not send those bytes to a conversion API or save a copy on its servers. Closing or refreshing the tab clears the parsed workbook from page memory.
Display limits for large workbooks
A workbook can describe far more cells than a browser can render safely at once. The viewer accepts files up to 20 MB, reads at most 5,000 rows and 100 columns from each selected sheet, and renders 100 rows per page. It reports when rows or columns fall outside that display window.
Viewer, not spreadsheet editor
This tool is designed to inspect cell data rather than reproduce Excel’s full visual layout. It does not edit or save the workbook, run macros, refresh external data, or recalculate formulas. Use Excel, LibreOffice, or another compatible editor when formatting fidelity or calculation results are important.
Assumptions and limitations
- Charts, images, comments, conditional formatting, exact fonts, column widths, frozen panes, and other workbook presentation features are not reproduced.
- Formula expressions can be displayed, but formulas are not recalculated; a displayed result is the cached value stored in the file and may be outdated.
- Merged ranges are shown as ordinary cells, so the value normally appears only in the merge’s top-left cell.
- Only the first 5,000 used rows and 100 used columns of the selected sheet are available in the grid and search results.
- Password-protected, damaged, unusually large, or unsupported workbook variants may fail to open.
Sources and standards
These authoritative references were used to verify the method and guidance on this page.
Frequently asked questions
Which spreadsheet formats can I open?
The viewer accepts XLSX, XLS, XLSM, XLSB, ODS, and CSV files up to 20 MB. Password-protected or damaged files may not open.
Is my Excel file uploaded?
No. The selected file is read and displayed within the current browser tab. Handiwork does not upload the workbook to a server for processing.
Can this viewer edit or download the workbook?
No. It is a read-only inspection tool and does not modify or save the selected workbook.
Does it calculate Excel formulas?
No. You can view stored formula expressions, but the viewer does not run Excel’s calculation engine. Any displayed result comes from the cached value in the file.
Why does the sheet look different from Excel?
The grid focuses on cell values. It does not reproduce charts, images, exact styling, conditional formatting, merged-cell layout, or other presentation features.
What happens with very large sheets?
The viewer displays up to 5,000 rows and 100 columns from the used range and paginates rows in groups of 100. A notice identifies any rows or columns outside that window.