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
What is the correct why to index the cells within a sheet?
It would also be handy to set the value of a cell using a callable such as a lambda instead of have to define a function with the calculation decorator.
The text was updated successfully, but these errors were encountered:
Unless I create every cell individually which is just too painful, I get the error.
IndexError: no cell was previously created for (row, index) = (%s, %s)
This is preventing me creating a sheet with row(), column() or cell_range(), have I missed something? For example:
What is the correct why to index the cells within a sheet?
It would also be handy to set the value of a cell using a callable such as a lambda instead of have to define a function with the calculation decorator.
The text was updated successfully, but these errors were encountered: