import_data metod
import_data(, json, celler, rad, kolumn, alternativ)
Importera json-strängen.
Returnerar
@staticmethod
def import_data(json, cells, row, column, option):
...
Parameter | Typ | Beskrivning |
---|---|---|
json | str | Json-strängen. |
cells | Cells | Cells. |
row | int | Radindexet. |
column | int | Kolumnindexet. |
option | JsonLayoutOptions | Alternativen för att importera json-strängar. |
Se även
- modul
aspose.cells.utility
- klass
JsonUtility