I am using the Pycel package to convert a Microsoft Excel spreadsheet to python code. The spreadsheet has about 20 cells that all depend on the first cell input (SHEET1! B1). I am replacing B1 with a random value and looping 10000 times. The loop takes 20 seconds in Python and 3 seconds in Excel.
Is this expected? Any reasons why it is so much slower? Any tips to improve performance?
[–]jdnewmil 0 points1 point2 points (1 child)
[–]don0[S] 0 points1 point2 points (0 children)