klyn.io.xlsx.Worksheet.writeColumn
method
public writeColumn(reference as String, values as IList<String>, format as Format = null) as Void:
Description

Writes text values vertically from a starting cell.

Parameters
  • reference Starting A1 cell reference.
  • values Values to write downward.
  • format Optional cell format.
Throws
  • XlsxException if the reference is invalid.
Example
sheet.writeColumn("A1", ["MI6", "CIA"])