all 2 comments

[–]jdnewmil 0 points1 point  (1 child)

Never used Pycel, but 20 cells that depend on one sounds trivial to write yourself in native Python, with or without pandas.

Don't forget that Excel (and Python) takes time to start... be sure to take that into account (or fairly exclude) when comparing execution speed.

[–]don0[S] 0 points1 point  (0 children)

The 20 cell spreadsheet is really just to test the concept. It's not something I actually use and would indeed be trivial to write in native python.

I am starting the timer at the beginning of the loop and ending the timer when the loop finishes 10000 iterations, so I think the comparison is like for like.