Python Forum
opepyxl not counting rows in spreadsheets?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
opepyxl not counting rows in spreadsheets?
#3
Excuse me buran, but it seems that you have not understood my question. When you delete A5 certainly you shorten column A, but this is irrelevant here. What is relevant is that there are no filled cells in row 5. This is what the user sees, but openpyxel does not. And still further.
There are two ways to erase A5. You can select the cell and delete it, or yo can selecte another empty cell, for instance A6, and drag the cross in the the lower right corner to A5. There are 4 rows in both cases. Openpyxl detects the second case, but not the first. This is an anomally that could amount to a bug.
I am not able to determine the exact cause, but I guess it could come either from a cache efect, or from the different inner workings of excel in both cases. It could be also dependent from the excel version. Mine is 2006.
Hope I have made myself clear.
Reply


Messages In This Thread
RE: opepyxl not counting rows in spreadsheets? - by jjartus - Mar-06-2020, 10:58 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Combining Spreadsheets Py3_14 4 656 Feb-07-2024, 04:58 PM
Last Post: deanhystad
  The code I have written removes the desired number of rows, but wrong rows Jdesi1983 0 1,653 Dec-08-2021, 04:42 AM
Last Post: Jdesi1983
  Merging spreadsheets with the same columns and extracting rows with matching entries johnbernard 3 10,736 Aug-19-2021, 03:08 PM
Last Post: johnbernard
  Pandas DataFrame combine rows by column value, where Date Rows are NULL rhat398 0 2,151 May-04-2021, 10:51 PM
Last Post: rhat398
  Indexing [::-1] to Reverse ALL 2D Array Rows, ALL 3D, 4D Array Columns & Rows Python Jeremy7 8 7,262 Mar-02-2021, 01:54 AM
Last Post: Jeremy7
Question How to make a 3D List of Excel Spreadsheets? chatguy 4 2,793 Jan-24-2021, 05:24 AM
Last Post: buran
  IDE with spreadsheets lewispgj 4 2,353 Mar-13-2020, 09:45 PM
Last Post: lewispgj

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020