sheet

fnSpreadsheetSheet sheet(string name, SpreadsheetRow[] rows_ = null, SpreadsheetColumn[] cols = null) @safe pure nothrow

Creates a sheet with the given name, rows, and columns.

Parameters

nameSheet name.
rows_Table rows.
colsTable columns.

Returns

A SpreadsheetSheet.