méthode import_data

import_data(, json, cellules, ligne, colonne, option)

Importez la chaîne json.

Retour


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

Voir également