Class SpreadsheetConverter
Class SpreadsheetConverter
แปลงเพื่อการแปลงระหว่างรูปแบบไฟล์ spreadsheet ที่แตกต่างกันเช่น xls, Xlsx, XLSB, Spreadsheets มิลลิตร…
public class SpreadsheetConverter
Inheritance
อนุญาโตตุลาการ
- object.GetType() ,
- object.MemberwiseClone() ,
- object.ToString() ,
- object.Equals(object?) ,
- object.Equals(object?, object?) ,
- object.ReferenceEquals(object?, object?) ,
- object.GetHashCode()
Examples
[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
saveOptions.OutputFile = "res.xlsb";
SpreadsheetConverter.Process(loadOptions, saveOptions);
Methods
Process(LoadOptions, สํารองตัวเลือก)
แปลงระหว่างรูปแบบไฟล์ spreadsheet ที่แตกต่างกัน
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)
Parameters
loadOptions
LoadOptions : ตัวเลือกสําหรับการเข้าและโหลด:saveOptions
SaveOptions : ตัวเลือกสําหรับการผลิตและประหยัด
ชื่อพื้นที่: Sheetize การชุมนุม: Sheetize.dll