A simple, browser-based Excel file analyzer that processes and analyzes Excel files entirely in your browser - no server required!
- ๐ Upload Excel Files: Drag & drop or browse to upload
.xlsxor.xlsfiles - ๐ Multi-Sheet Support: Automatically detects and allows switching between multiple sheets
- ๐ Statistics: Calculates row/column counts, filled/empty cells, and data type analysis
- ๐จ Modern UI: Clean, responsive design with gradient styling
- ๐ Privacy: All processing happens in your browser - no data is uploaded anywhere
- Open
index.htmlin a web browser - Either:
- Click "Load Sample File" to analyze the included
migration-overviewSIMPLE.xlsx - Click "Choose File" or drag & drop your own Excel file
- Click "Load Sample File" to analyze the included
- View the analysis results and data preview
The app is designed to be easily extended with custom parsing rules. You can modify the analyzeSheet() and calculateStats() functions in index.html to add your specific analysis requirements.
- Uses SheetJS (xlsx.js) library for Excel parsing
- Pure HTML, CSS, and JavaScript - no build process required
- Works in all modern browsers