How to use this office tool
- Choose a spreadsheet and select the worksheet to profile.
- Set the header row and whitespace option.
- Generate the profile, inspect column metrics, and download the CSV summary report.
Generate a compact CSV profile of each column, including filled cells, blanks, unique values, numeric counts, and simple numeric statistics.
The profiler examines each column independently and writes a new report with completeness, uniqueness, and basic numeric measurements.
Statistics are descriptive only. Numbers stored as formatted text may not be included in numeric calculations unless the parser recognizes them.
Files are processed in memory on this device. Large or structurally complex workbooks may require desktop spreadsheet software.
| Input | Support |
|---|---|
| XLSX / XLS | Parsed locally with SheetJS CE |
| CSV / TSV | Supported with delimiter-aware parsing |
| Limits | 25 MB per file, bounded preview, up to 500,000 used cells |
The report includes total data rows, filled and blank cells, unique values, numeric values, minimum, maximum, and average.
The selected header row supplies column names; profiling begins on the following row.
Null, undefined, and empty-string values count as blank. Whitespace-only text is blank when Trim cell whitespace is enabled.
Only values that can be safely interpreted as finite numbers participate in numeric minimum, maximum, and average calculations.
No. Analysis is read-only and the results are downloaded as a separate CSV file.
| Processing detail | Behavior |
|---|---|
| Browser processing | No file upload |
| Preview | 5–100 rows |
| Output | New generated file |