Class TextConverter

Class TextConverter

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

แปลงสําหรับการแปลงระหว่างรูปแบบตามข้อความ (csv, tsv , dif…) และรูปแบบไฟล์ spreadsheet อื่น ๆ

public class TextConverter

Inheritance

object TextConverter

Examples

TextConverter.Process("template.csv", "res.xlsx");

Methods

Process(รั้ว, รั้ว)

แปลงไฟล์รูปแบบที่กําหนดระหว่างไฟล์บนพื้นฐานข้อความและรูปแบบอื่น ๆ

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

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

resultFile string

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

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

แปลงรูปแบบไฟล์ระหว่างรูปแบบตามข้อความและรูปแบบแฟ้ม spreadsheet อื่น ๆ

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

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

saveOptions LowCodeSaveOptions

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

 แบบไทย