> For the complete documentation index, see [llms.txt](https://docs.rowsncolumns.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rowsncolumns.app/configuration/components/sheet-switcher.md).

# Sheet Switcher

<figure><img src="/files/DZ6rD4lL2bgCsYQ5FoAg" alt=""><figcaption><p>Sheet Switcher</p></figcaption></figure>

```tsx
import { SheetSwitcher } from "@rowsncolumns/spreadsheet"

const App = () => {
  return (
    <SheetSwitcher
      sheets={sheets}
      activeSheetId={activeSheetId}
      onChangeActiveSheet={onChangeActiveSheet}
      onShowSheet={onShowSheet}
    />
  )
}
```
