import_array_list method

import_array_list

Imports an arraylist of data into a worksheet.

def import_array_list(self, array_list, first_row, first_column, is_vertical):
    ...
ParameterTypeDescription
array_listlistData arraylist.
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