Metodo import_data
import_data(, json, celle, riga, colonna, opzione)
Importa la stringa JSON.
ritorna
@staticmethod
def import_data(json, cells, row, column, option):
...
Parametro | Tipo | Descrizione |
---|---|---|
json | str | La stringa JSON. |
cells | Cells | Lo Cells. |
row | int | Indice di riga. |
column | int | L’indice della colonna. |
option | JsonLayoutOptions | Opzioni di importazione della stringa JSON. |
Guarda anche
- modulo
aspose.cells.utility
- classe
JsonUtility