Answers for "python copy formula ghseets"

0

python copy formula ghseets

# Get the formula value from the souce cell:
formula = wks.acell('A2', value_render_option='FORMULA').value

# Update the target cell with formula:
wks.update_acell('B3', formula)
Posted by: Guest on May-01-2020

Python Answers by Framework

Browse Popular Code Answers by Language