klyn.io.xlsx.Worksheet.maxRow
property
public readonly property maxRow as Int:
Description

Maximum one-based row index containing data.

Example
sheet = Worksheet("Data")
sheet.write("A3", "x")
assert sheet.maxRow == 3