OptionalcComments associated with the cell.
OptionalfCell formula expression. When the value is a string it will be a formula with A1-style
references. When the value is a number is an index to a formula in the workbook's formulas
array.
OptionalFThe range of enclosing array if the formula is an array formula.
OptionallCell hyperlink. Must be a URL.
OptionalsAn index to a style in the workbook's styles.
OptionaltThe type of the value contained in the cell. Cells with errors or dates must include this property, but it's otherwise optional (the type can be inferred from the Cell.v property).
OptionalvThe value of the cell. The result of a calculation if the cell has a formula, otherwise safe to assume that it's user-entered.
A spreadsheet cell.