Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

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)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #copy #formula #ghseets
ADD COMMENT
Topic
Name
1+7 =