put_cell_formula method

put_cell_formula

Put the formula to the cell in the table.

def put_cell_formula(self, row_offset, column_offset, formula):
    ...
ParameterTypeDescription
row_offsetintThe row offset in the table.
column_offsetintThe column offset in the table.
formulastrThe formula of the cell.

put_cell_formula

Put the formula to the cell in the table.

def put_cell_formula(self, row_offset, column_offset, formula, is_totals_row_formula):
    ...
ParameterTypeDescription
row_offsetintThe row offset in the table.
column_offsetintThe column offset in the table.
formulastrThe formula of the cell.
is_totals_row_formulabool

See Also