Excel handle by Python (copy cells and paste as value)

Viewed 19

How can I copy cells and paste to same cells as value if the cells contains formula? I don't want to see the formula in the cell just only the value. Usually I use the openpyxl with python for the excel handle. is it suitable for this? or other package needed?

enter image description here

0 Answers
Related