Class JsonConverter
Class JsonConverter
İsim alanı : Aspose.Cells.LowCode Toplantı: Aspose.Cells.dll (25.4.0)
JSON veri yapısı ve diğer spreadsheet dosya biçimleri arasındaki dönüştürücü.
public class JsonConverter
Inheritance
Examples
JsonConverter.Process("data.json", "res.xlsx");
Methods
Process(String ve String)
JSON ve diğer formatlar arasında verilen şablon dosyalarını dönüştürür.
public static void Process(string templateFile, string resultFile)
Parameters
templateFile
string
Şablon dosyası dönüştürülür
resultFile
string
Sonuç dosyası
Process(LowCodeLoadOptions, düşük kodlu seçenekler)
JSON verileri ve diğer spreadsheet dosya biçimleri arasında dönüştürülür.
public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)
Parameters
loadOptions
LowCodeLoadOptions
Giriş ve Yükleme Seçenekleri
saveOptions
LowCodeSaveOptions
Üretim ve tasarruf seçenekleri