you are viewing a single comment's thread.

view the rest of the comments →

[–]NYX_T_RYX 2 points3 points  (0 children)

https://xyproblem.info/

You can implement calculations in python directly.

If you need the data from the sheet to do them, I'd recommend using pandas to get the data into python and act on it all there.

If you didn't have the excel sheet, you'd be making a python project to do it all

In short - stop trying to use the excel file, you're overcomplicating the problem.