writeCell

abstract fun writeCell(col: Int, value: Any?, style: ExcelStyle? = null, link: String? = null)

Write a value to a specific cell in the current row.

Must be invoked between {@link #startRow(Int, Double?)} and {@link #finishRow()}.

Parameters

col

the zero-based column index

value

the data to write (supports String, Number, Boolean, Date, and temporal types)

style

the optional style to apply to the cell

link

the optional hyperlink URL