floatCell

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

Creates a cell with a float value.

Parameters

valueThe numeric value as a string.
styleNameOptional style name.

Returns

A SpreadsheetCell with type FLOAT.