public writeColumn(reference as String, values as IList<String>, format as Format = null) as Void:
Writes text 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", ["MI6", "CIA"])