setColumnWidth

abstract fun setColumnWidth(col: Int, width: Int)

Set the width of a specific column.

Usually called after {@link #startSheet(String)} but before rows are processed.

Parameters

col

the zero-based column index

width

the width in units (interpretation may vary by engine implementation)