# XWUISheet

Spreadsheet with real Excel/Google-Sheets-compatible formulas (40+ functions, A1 refs, ranges, auto-recalc). Not to be confused with the super-tier `XWUISpreadsheet` skeleton.

## Basic Usage

Mini invoice grid with formulas.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Mini invoice grid with formulas.
```

## Formulas

SUM / AVERAGE / IF with dependency tracking.

```example
file: examples/Formulas.ts
html: examples/Formulas.html
title: Formulas
description: SUM / AVERAGE / IF with dependency tracking.
```

## Currency

Default currency formatting + per-cell format.

```example
file: examples/Currency.ts
html: examples/Currency.html
title: Currency
description: Default currency formatting + per-cell format.
```

## Readonly

Display-only sheet that still evaluates formulas.

```example
file: examples/Readonly.ts
html: examples/Readonly.html
title: Readonly
description: Display-only sheet that still evaluates formulas.
```

```api
```
