import_data yöntemi
import_data(, json, hücreler, satır, sütun, seçenek)
Json dizesini içe aktarın.
İadeler
@staticmethod
def import_data(json, cells, row, column, option):
...
Parametre | Tip | Tanım |
---|---|---|
json | str | Json dizisi. |
cells | Cells | Cells. |
row | int | Satır dizini. |
column | int | Sütun dizini. |
option | JsonLayoutOptions | Json string’i içe aktarma seçenekleri. |
Ayrıca bakınız
- modül
aspose.cells.utility
- sınıf
JsonUtility