Open Invisibleface opened 2 years ago
thank you very very much for the link to the solution.
same here, did you find a solution ?
same here, did you find a solution ?
You have the solution here: https://stackoom.com/en/question/4K91S
I get a 403 on both these links - which are, in fact, the same. HTTP response code 403 is "forbidden".
I have defined it like here in a script:
`def row_idx(self): return self._tc.row_idx
def col_idx(self): return self._tc.col_idx`
Don't hesitate to ask me if it doesn't work
In official document, row_idx & col_idx attributes are mentioned in A few snippets that might be handy section. But unfortunately, when I tried to use the attribute, the python only reported the AttributeError.
I found a slution in below webpage. Would you mind fixing the bug? Because I need to share my code to other team members, it
s not feasible to modify tables.py _Cell object file on everyone
s PC.