import_data metod
import_data(json, cells, row, column, option)
Importera json-strängen.
Returnerar
def import_data(self, json, cells, row, column, option):
...
Parameter | Typ | Beskrivning |
---|---|---|
json | str | Json-strängen. |
cells | Cells | Cells. |
row | int | Radindex. |
column | int | Kolumnindex. |
option | JsonLayoutOptions | Alternativen för import av json-sträng. |
Se även
- modul aspose.cells.utility
- klass JsonUtility