first_cell property

first_cell property

Gets the first cell in this worksheet.

Remarks

Returns null if there is no data in the worksheet.

Definition:

@property
def first_cell(self):
    ...

See Also