import_data méthode

import_data(json, cells, row, column, option)

Importez la chaîne json.

Retour

def import_data(self, json, cells, row, column, option):
    ...
ParamètreTaperDescription
jsonstrLa chaîne json.
cellsCellsLe Cells.
rowintL’index de ligne.
columnintL’indice de colonne.
optionJsonLayoutOptionsLes options d’importation de chaîne json.

Voir également