stringCell

fnSpreadsheetCell stringCell(string value, string styleName = "") @safe pure nothrow

Creates a cell with a string value.

Parameters

valueThe cell text.
styleNameOptional style name.

Returns

A SpreadsheetCell with type STRING.