# @grid-is/spreadsheet-viewer: notes for AI coding agents

This file provides guidance to AI coding agents integrating `@grid-is/spreadsheet-viewer` into a
codebase. It is a React component (`SpreadsheetViewer`) that renders a `Model` from
`@grid-is/spreadsheet-engine` as a read-only, canvas-based spreadsheet UI with sheet tabs, a formula
bar, and cell navigation. It is one of three complementary packages, alongside
`@grid-is/spreadsheet-engine` and `@grid-is/spreadsheet-editor`.

**Start with [README.md](./README.md).** It is the full guide for humans and agents alike: the
golden rules that trip agents up first, worked examples, the component's props and events, and the
licence and telemetry terms.

For the complete, up-to-date guide spanning all three packages, install GRID's skill:

```sh
npx skills add GRID-is/skills
```
