# ExcelCellStyle

> _Since v2.0.0_

Style definition for an Excel cell. *

## Properties

| Property | Type | Description |
| -------- | ---- | ----------- |
| `font?` | <code>object</code> | Font configuration |
| `fill?` | <code>object</code> | Fill / background color |
| `numberFormat?` | <code>string</code> | Number format string (Excel format codes) |
| `alignment?` | <code>object</code> | Text alignment |
| `borders?` | <code>object</code> | Cell borders |
