how to copy formula from one excel to another in python

i have an excel cols A,B ,C,D col A and B dont have any formula but C and D have formulas like : =IF(A6=1,B6, 0) , i want to use this as my master and then want to copy formulas from this to a new sheet

once formula is copied i would then populate data for col A and B and then i expect to refresh and auto generate data for col C and D based on formulas .

or if it would be possible to copy and apply formula cell by cell , ex in google sheet : formula = sheet.acell(index, value_render_option=’FORMULA’).value

my code is on centos 7 , is there a way to do this or any suitable way this can be done?

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.