mikexstudios / karuko

a powerful web calculator
http://karuko.heroku.com
Other
1 stars 0 forks source link

Get rid of Worksheet.prev/next_cell #19

Open mikexstudios opened 14 years ago

mikexstudios commented 14 years ago

Use Worksheet.get_cell instead and have the prev/next handling be in Cell. Seems cleaner this way.

mikexstudios commented 14 years ago

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.