Error Tooltips
Enable error tooltips to help users understand and fix errors in spreadsheet cells.
Interactive Demo
Section titled “Interactive Demo”<SpreadsheetViewer model={model} showErrorTooltips/>Set the showErrorTooltips prop to true to enable this feature.
When enabled, cells containing errors (such as #DIV/0!, #REF!, #VALUE!, etc.) will display helpful tooltips when the user hovers over or selects them.
When to Use
Section titled “When to Use”Error tooltips are useful when:
- Users need to understand why a formula is failing
- You want to provide additional context about errors
- Building an interactive spreadsheet editor
- Debugging formula issues
Related
Section titled “Related”- Component Props - See all available props
- Formula References - Visualize formula dependencies