I recently tried to use pytlightxl to rapidly do calculations. I have created a simple Excel sheet where I just calculate the product of two integers.
I want to load the Excel file, change the value of one integer, Excel updates the result and I can get the new result. So I created this little code :
However, once the new value of the input is saved, I am uncapable of getting the new result. How can I solve my problem?