Class JsonConverter

信息

转换json数据与其他电子表格文件格式之间的转换器。

public class JsonConverter

继承

objectJsonConverter

继承成员

示例

1JsonConverter converter = new JsonConverter();
2LoadOptions loadOptions = new LoadOptions();
3loadOptions.InputFile = "data.json";
4JsonSaveOptions saveOptions = new JsonSaveOptions();
5saveOptions.OutputFile = "res.xlsx";
6converter.Process(loadOptions, saveOptions);

构造函数

JsonConverter()

public JsonConverter()

方法

Process(LoadOptions, JsonSaveOptions)

在json数据与其他电子表格文件格式之间进行转换。

public void Process(LoadOptions loadOptions, JsonSaveOptions saveOptions)

参数

命名空间: Sheetize 程序集: Sheetize.dll

 中文