My problem is when I run the code and save it in excel workbook, all the formula disappears and only the data exist and saved in the workbook. I try to eliminate the data_only= True, but if I do so, the code cannot be run. So, how can I run the code without affecting the formula?
So, how can I run the code without affecting the formula?Because I need to remain the original formula in the excel so that I can get the calculated final result after I have run the mealpy coding in Python.