You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defcell(self, row, column, value=None):
""" Returns a cell object based on the given coordinates. Usage: cell(row=15, column=1, value=5) Calling `cell` creates cells in memory when they are first accessed. :param row: row index of the cell (e.g. 4) :type row: int :param column: column index of the cell (e.g. 3) :type column: int :param value: value of the cell (e.g. 5) :type value: numeric or time or string or bool or none :rtype: openpyxl.cell.cell.Cell """
Mismatch
str | None versus numeric or time or string or bool or none
Thanks for your great Job !
Patrick - Paris, France.
The text was updated successfully, but these errors were encountered:
Used versions
Declared type
File worksheet.pyi:
Docstring of the "cell"method
File worksheet.py:
Mismatch
str | None
versusnumeric or time or string or bool or none
Thanks for your great Job !
Patrick - Paris, France.
The text was updated successfully, but these errors were encountered: