Class TextConverter

Class TextConverter

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

Inheritance

object TextConverter

อนุญาโตตุลาการ

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.csv";
TextSaveOptions saveOptions = new TextSaveOptions();
saveOptions.OutputFile = "res.xlsx";
TextConverter.Process(loadOptions, saveOptions);

Methods

Process(LoadOptions, สํารองตัวเลือก)

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

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

  • loadOptions LoadOptions : ตัวเลือกสําหรับการเข้าและโหลด:
  • saveOptions SaveOptions : ตัวเลือกสําหรับการผลิตและประหยัด

ชื่อพื้นที่: Sheetize การชุมนุม: Sheetize.dll

 แบบไทย