Skip to content

Error Tooltips

Enable error tooltips to help users understand and fix errors in spreadsheet cells.

<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.

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