Python Forum
Using Excel Values As Variables for Equation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Using Excel Values As Variables for Equation (/thread-18193.html)



Using Excel Values As Variables for Equation - dezmund - May-08-2019

I have a series of received signal strengths in an excel sheet, i would like to use these values as inputs into a pathloss equation to calculate the path loss for each of the values in the excel sheet. I'd like the output to also be in a sheet format as well.


RE: Using Excel Values As Variables for Equation - heiner55 - May-09-2019

See https://openpyxl.readthedocs.io/en/stable/