Class JsonConverter

Class JsonConverter

ชื่อพื้นที่: Aspose.Cells.LowCode การประกอบ: Aspose.Cells.dll (25.4.0)

แปลงสําหรับการแปลงระหว่างโครงสร้างข้อมูล json และรูปแบบไฟล์ spreadsheet อื่น ๆ

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

ไฟล์ template ที่จะแปลง

resultFile string

ไฟล์ที่เกิดขึ้น

Process(LowCodeLoadOptions, ตัวเลือกการจัดเก็บรหัสต่ํา)

แปลงข้อมูล json และรูปแบบไฟล์ spreadsheet อื่น ๆ

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

ตัวเลือกสําหรับการเข้าและโหลด

saveOptions LowCodeSaveOptions

ตัวเลือกการผลิตและการประหยัด

 แบบไทย