#237 · Sort Filter & Search Tool

Spreadsheet Regular Expression Filter

Filter spreadsheet rows with a JavaScript regular expression applied to one column or the full row, then export only the matching records.

Office File Tool

One spreadsheet
row
rows
Ad space

How to use this office tool

  1. Choose a spreadsheet and select its worksheet.
  2. Enter a regular expression, choose its target column, and set matching options.
  3. Filter the rows, inspect the preview, and download the result.

What this tool does

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.

Selected cells + regular expression → matching rows → new output file

Regular expressions use JavaScript syntax. Avoid extremely complex expressions on large sheets.

Supported formats

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.

FormatSupport
XLSX / XLSRead workbook values and formulas
CSV / TSVRead delimited rows
OutputNew downloadable file or report

Tips for better results

  • Work from a backup when the source workbook is important.
  • Keep identifiers such as ZIP codes and account codes stored as text.
  • Review the bounded preview and downloaded result before replacing any business workflow.

FAQ

What regular expression syntax does the filter use?

It uses the JavaScript RegExp syntax supported by your browser, with optional case-insensitive matching.

Can I search across every column in a row?

Yes. Choose All columns to test a tab-separated text representation of the complete row.

Are column headers included in the filtered file?

Yes. The selected header row is kept even when no data row matches.

What happens if the regular expression is invalid?

Processing stops with a readable error and no download file is created.

Can formula text be searched instead of displayed values?

Enable Preserve formulas to use formula strings where they are available.

Processing details

StageAction
InputOne spreadsheet
PrivacyLocal browser processing
ResultNew downloadable output

Browse more office tools

Office tool hubs