Class JsonConverter

Class JsonConverter

nazivni prostor: Aspose.Cells.LowCode Sastav: Aspose.Cells.dll (25.4.0)

Konverter za konverziju između strukture podataka json i drugih formata datoteke spreadsheet.

public class JsonConverter

Inheritance

object JsonConverter

Examples

JsonConverter.Process("data.json", "res.xlsx");

Methods

Process(String, String i String)

Konvertira datoteku predloga između json i drugih formata.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Šablona datoteke za pretvaranje

resultFile string

Rezultati datoteke

Process(Sljedeći članakLowCodeSaveOptions)

Konvertira između json podataka i drugih formata datoteke spreadsheet.

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Opcije za ulazak i punjenje

saveOptions LowCodeSaveOptions

Opcije za proizvodnju i štednju

 Hrvatski