public writeColumn(reference as String, values as IList<Double>, format as Format = null) as Void:
Writes floating-point values vertically from a starting cell.
| Parameter | Description |
|---|---|
reference | Starting A1 cell reference. |
values | Values to write downward. |
format | Optional cell format. |
sheet.writeColumn("A1", [1.5, 2.5])