📅  最后修改于: 2022-03-11 14:46:04.477000             🧑  作者: Mango
# 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)