Remove PII from Excel and LibreOffice spreadsheets
LogScrub processes spreadsheet files cell by cell, detecting and anonymizing PII across all sheets. Perfect for sanitizing database exports, customer lists, analytics reports, and financial data.
| A | B | C | D | E |
|---|---|---|---|---|
| ID | Name | Phone | Address | |
| 1001 | Sarah Johnson | sarah.j@email.com | (555) 123-4567 | 123 Main St, Boston, MA |
| 1002 | Michael Chen | m.chen@company.org | (555) 987-6543 | 456 Oak Ave, Chicago, IL |
| 1003 | Emma Williams | ewilliams@corp.net | (555) 246-8135 | 789 Pine Rd, Seattle, WA |
| A | B | C | D | E |
|---|---|---|---|---|
| ID | Name | Phone | Address | |
| 1001 | [NAME-1] | [EMAIL-1] | [PHONE-1] | [ADDRESS-1] |
| 1002 | [NAME-2] | [EMAIL-2] | [PHONE-2] | [ADDRESS-2] |
| 1003 | [NAME-3] | [EMAIL-3] | [PHONE-3] | [ADDRESS-3] |
| Date | Card | Amount |
|---|---|---|
| 2024-01-15 | 4111-****-****-1111 | $99.99 |
| 2024-01-15 | 5500-****-****-0004 | $45.50 |
| Date | Card | Amount |
|---|---|---|
| 2024-01-15 | [CC-1] | $99.99 |
| 2024-01-15 | [CC-2] | $45.50 |
All worksheets in your workbook are processed. Switch between sheets to review changes.
Same values get the same replacement across all sheets. If john@example.com appears in Sheet1 and Sheet3, both become [EMAIL-1].
PII detection works at the cell level. A cell containing Contact: john@example.com becomes Contact: [EMAIL-1].
Formulas referencing cells with PII will reference the anonymized values. Calculated results update automatically.
.xlsx โ Microsoft Excel 2007 and later.ods โ OpenDocument Spreadsheet (LibreOffice, OpenOffice)Note: Legacy .xls format is not supported. Please save as .xlsx first.
Drop your XLSX or ODS file into LogScrub to get started.
Launch LogScrub