get_formula method

get_formula

Get the formula of this cell.

Returns

the formula of this cell.

def get_formula(self, is_r1c1, is_local):
    ...
ParameterTypeDescription
is_r1c1boolWhether the formula needs to be formatted as R1C1.
is_localboolWhether the formula needs to be formatted by locale.

See Also