import_data Methode
import_data(, json, Zellen, Zeile, Spalte, Option)
Importieren Sie die JSON-Zeichenfolge.
Kehrt zurück
@staticmethod
def import_data(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 der JSON-Zeichenfolge. |
Siehe auch
- Modul
aspose.cells.utility - Klasse
JsonUtility