Class JsonConverter

Class JsonConverter

Il nome: Aspose.Cells.LowCode Assemblea: Aspose.Cells.dll (25.4.0)

Convertitore per la conversione tra la struttura dei dati JSON e altri formati di file spreadsheet.

public class JsonConverter

Inheritance

object JsonConverter

Examples

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

Methods

Process(String e String)

Convertire dato file di modello tra json e altri formati.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

Il file template da convertire

resultFile string

Il file risultante

Process(Opzioni LowCodeLoadOptions)

Convertire tra i dati json e altri formati di file spreadsheet.

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

Opzioni per ingresso e carico

saveOptions LowCodeSaveOptions

Opzioni di produzione e risparmio

 Italiano