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(스트링, 스트링)

JSON과 다른 형식 사이에 데이터 템플릿 파일을 변환합니다.

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

변환해야 하는 템플릿 파일

resultFile string

결과 파일

Process(LowCodeLoadOptions, 낮은 코드Save옵션)

json 데이터와 다른 spreadsheet 파일 형식 사이의 변환.

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

입력 및 충전 옵션

saveOptions LowCodeSaveOptions

생산 및 절약 옵션

 한국어