How to use this office tool
- Choose a spreadsheet and select its worksheet.
- Enter a regular expression, choose its target column, and set matching options.
- Filter the rows, inspect the preview, and download the result.
Filter spreadsheet rows with a JavaScript regular expression applied to one column or the full row, then export only the matching records.
The filter compiles your regular expression safely, tests rows from the selected worksheet, previews matches, and writes a new XLSX, CSV, TSV, or JSON file.
Regular expressions use JavaScript syntax. Avoid extremely complex expressions on large sheets.
Files are processed locally. XLSX and XLS workbooks are read with SheetJS; CSV and TSV files are parsed with delimiter-aware handling. Advanced Excel features may not be preserved in generated files.
| Format | Support |
|---|---|
| XLSX / XLS | Read workbook values and formulas |
| CSV / TSV | Read delimited rows |
| Output | New downloadable file or report |
It uses the JavaScript RegExp syntax supported by your browser, with optional case-insensitive matching.
Yes. Choose All columns to test a tab-separated text representation of the complete row.
Yes. The selected header row is kept even when no data row matches.
Processing stops with a readable error and no download file is created.
Enable Preserve formulas to use formula strings where they are available.
| Stage | Action |
|---|---|
| Input | One spreadsheet |
| Privacy | Local browser processing |
| Result | New downloadable output |