Class SpreadsheetConverter

Class SpreadsheetConverter

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

Inheritance

object SpreadsheetConverter

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

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

 แบบไทย