Class SpreadsheetConverter

Class SpreadsheetConverter

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

แปลงเพื่อการแปลงระหว่างรูปแบบไฟล์ spreadsheet ที่แตกต่างกันเช่น xls, Xlsx, XLSB, Spreadsheets มิลลิตร…

public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Examples

SpreadsheetConverter.Process("template.xlsx", "template.xlsb");

Methods

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

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

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

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

 แบบไทย