last_cell property

last_cell property

Gets the last cell in this worksheet.

Remarks

Returns null if there is no data in the worksheet.

Definition:

@property
def last_cell(self):
    ...

See Also