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ètre | Taper | Description |
|---|---|---|
| json | str | La chaîne json. |
| cells | Cells | Le Cells. |
| row | int | L’index de ligne. |
| column | int | L’index des colonnes. |
| option | JsonLayoutOptions | Les options d’importation de chaîne json. |
Voir également
- module
aspose.cells.utility - classe
JsonUtility