Class JsonConverter

Thông tin

Bộ chuyển đổi cho việc chuyển đổi giữa dữ liệu json và các định dạng tệp bảng tính khác.

public class JsonConverter

Kế thừa

objectJsonConverter

Các thành viên kế thừa

Ví dụ

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

Các hàm khởi tạo

JsonConverter()

public JsonConverter()

Các phương thức

Process(LoadOptions, JsonSaveOptions)

Chuyển đổi giữa dữ liệu json và các định dạng tệp bảng tính khác.

public void Process(LoadOptions loadOptions, JsonSaveOptions saveOptions)

Tham số

Namespace: Sheetize Assembly: Sheetize.dll

 Tiếng Việt