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