max_row property

max_row property

Maximum row index of cell which contains data or style.

Remarks

Return -1 if there is no cell which contains data or style in the worksheet.

Definition:

@property
def max_row(self):
    ...

See Also