Overview
Cell is a class in Aspose.Cells FOSS for Typescript.
Properties
| Name | Type | Access | Description |
|---|
sharedStringMap | : Map<string, number> | Read | |
row | `` | Read | |
col | `` | Read | |
ref | `` | Read | |
value | CellValue | Read/Write | |
formula | string | undefined | Read/Write | |
style | Style | undefined | Read/Write | |
styleIndex | number | undefined | Read | |
hyperlink | string | undefined | Read | |
Methods
| Signature | Description |
|---|
setSharedStrings(strings: string[]) | |
constructor(row: number, col: number, value: CellValue) | |
putValue(value: CellValue) | |
setFormula(formula: string) | |
setStyle(style: Style) | |
setStyleIndex(index: number) | |
setHyperlink(url: string) | |
toXml() → string | |
See Also