Class JsonConverter

Class JsonConverter

名称: Aspose.Cells.LowCode 收集: Aspose.Cells.dll (25.4.0)

JSON 数据结构和其他分布式文件格式之间的转换器。

public class JsonConverter

Inheritance

object JsonConverter

Examples

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

Methods

Process(字符串, string)

将数据模板文件转换为 json 和其他格式。

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

要转换的模板文件

resultFile string

结果文件

Process(LowCodeLoadOptions,低代码保留选项)

将 json 数据和其他 spreadsheet 文件格式进行转换。

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

输入和加载的选项

saveOptions LowCodeSaveOptions

生产和储蓄的选项

 中文