Class HtmlConverter

Class HtmlConverter

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

แปลงสําหรับการแปลงระหว่างไฟล์ html (html หรือ mht) และรูปแบบไฟล์ spreadsheet อื่น ๆ

public class HtmlConverter

Inheritance

object HtmlConverter

Examples

HtmlConverter.Process("Template.xlsx", "res.html");

Methods

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

แปลงไฟล์รูปแบบที่กําหนดระหว่าง html และรูปแบบอื่น ๆ

public static void Process(string templateFile, string resultFile)

Parameters

templateFile string

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

resultFile string

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

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

แปลงไฟล์ระหว่าง html และรูปแบบไฟล์ spreadsheet อื่น ๆ

public static void Process(LowCodeLoadOptions loadOptions, LowCodeSaveOptions saveOptions)

Parameters

loadOptions LowCodeLoadOptions

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

saveOptions LowCodeSaveOptions

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

 แบบไทย