import_formula_array metod

import_formula_array

Importerar en matris med formel till ett kalkylblad.

def import_formula_array(self, string_array, first_row, first_column, is_vertical):
    ...
ParameterTypBeskrivning
string_arraylistFormel array.
first_rowintRadnumret för den första cellen att importera i.
first_columnintKolumnnumret för den första cellen att importera i.
is_verticalboolAnger att importera data vertikalt eller horisontellt.

Se även