Open mikexstudios opened 14 years ago
Use Worksheet.get_cell instead and have the prev/next handling be in Cell. Seems cleaner this way.
Ah, but the reason it is there is that it prev/next uses cell_list to find the position of current cell given its id. Maybe it does belong in Worksheet.
Use Worksheet.get_cell instead and have the prev/next handling be in Cell. Seems cleaner this way.