Python Forum
opepyxl not counting rows in spreadsheets? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: opepyxl not counting rows in spreadsheets? (/thread-24805.html)

Pages: 1 2


RE: opepyxl not counting rows in spreadsheets? - jjartus - Mar-07-2020

I was going to insist that when you write someting in any cell, python gets the correct row. When you delete it, it finds 1 row in an empty sheet, regardless of the delete method. But this is not always the case, as I described in my 3rd post.
Now I see that the problem is not new, and was widely discussed a few years ago. I have not read all the discussion yet, although I am not sure that this last exception was considered too. Anyway I am satisfied, and thank you for your help.