import_formula_array method

import_formula_array

Imports an array of formula into a worksheet.

def import_formula_array(self, string_array, first_row, first_column, is_vertical):
    ...
ParameterTypeDescription
string_arraylistFormula array.
first_rowintThe row number of the first cell to import in.
first_columnintThe column number of the first cell to import in.
is_verticalboolSpecifies to import data vertically or horizontally.

See Also