api/format Functions
Functions exported from src/api/format.ts
formatCell
function formatCell(cell: CellObject, value?: any, options?: any): stringParameters
| Name | Type | Description |
|---|---|---|
| cell | CellObject | The cell object to format |
| value (optional) | any | Optional override value; if omitted, uses cell.v |
| options (optional) | any | Optional settings (e.g. |
Returns
string
The formatted display string, or empty string for null/blank cells