import_data Methode
import_data(json, cells, row, column, option)
Importieren Sie die JSON-Zeichenfolge.
Kehrt zurück
def import_data(self, json, cells, row, column, option):
...
Parameter | Typ | Beschreibung |
---|---|---|
json | str | Die JSON-Zeichenfolge. |
cells | Cells | Die Cells. |
row | int | Der Zeilenindex. |
column | int | Der Spaltenindex. |
option | JsonLayoutOptions | Die Optionen zum Importieren von JSON-Strings. |
Siehe auch
- Modul aspose.cells.utility
- Klasse JsonUtility