Cell

Overview

Cell is a class in Aspose.Cells FOSS for Typescript.

Properties

NameTypeAccessDescription
sharedStringMap: Map<string, number>Read
row``Read
col``Read
ref``Read
valueCellValueRead/Write
formulastring | undefinedRead/Write
styleStyle | undefinedRead/Write
styleIndexnumber | undefinedRead
hyperlinkstring | undefinedRead

Methods

SignatureDescription
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