metodo import_data
import_data(json, cells, row, column, option)
Importa la stringa json.
ritorna
def import_data(self, json, cells, row, column, option):
...
Parametro | Tipo | Descrizione |
---|---|---|
json | str | La stringa json. |
cells | Cells | Il Cells. |
row | int | L’indice di riga. |
column | int | L’indice di colonna. |
option | JsonLayoutOptions | Le opzioni di import json string. |
Guarda anche
- modulo aspose.cells.utility
- classe JsonUtility