Turn data quality rules into visible errors and warnings so you catch problems before exporting or uploading your spreadsheet.
SheetTool's validation engine lets you define rules for individual columns and immediately see which cells pass or fail. Rules include required fields, email format, numeric checks with min/max bounds, text length constraints, regex pattern matching, and uniqueness enforcement. Each rule can be set to error severity (blocking, shown in red) or warning severity (advisory, shown in yellow). Validation results appear as highlights directly in the grid so you can fix issues in place before exporting.
Set SKU, Price, and Title as required fields with error severity. Add a number rule on Price with min=0.01. Run validation to see all issues before uploading to your ecommerce platform.
Add an email validation rule on the Email column and a required rule on Company Name. Set email issues as errors and company name as warnings to prioritize fixes.
Apply a uniqueness rule to Order ID or Customer ID to catch duplicate entries that could cause conflicts during import.
Use a regex rule with the pattern ^[A-Z]{2}-\d{4}$ to validate that product codes follow a specific format like AB-1234.
Yes. You can add validation rules to as many columns as needed. Each column can have multiple rules (e.g., required + email format). All rules are checked simultaneously and results are shown in the grid.
Cells that fail validation are highlighted in the grid — red for errors, yellow for warnings. You can see a count of issues and navigate between them. The data is not modified; validation only highlights problems for you to fix.
Validation rules are saved as part of your auto-saved session data. When you reload the page, your rules and their results are restored.
You can combine validation with filtering to show only rows without errors, then export the filtered view. This gives you a clean export while keeping the full dataset in the editor.