Class SpreadsheetConverter

Class SpreadsheetConverter

Converter cho chuyển đổi giữa các định dạng tệp spreadsheet khác nhau, chẳng hạn như xls, Xlsx, XLSB, Spreadsheets ml…
public class SpreadsheetConverter

Inheritance

object SpreadsheetConverter

Thành viên thừa kế

Examples

[C#]
LoadOptions loadOptions = new LoadOptions();
loadOptions.InputFile = "Template.xlsx";
SpreadsheetSaveOptions saveOptions = new SpreadsheetSaveOptions();
saveOptions.OutputFile = "res.xlsb";
SpreadsheetConverter.Process(loadOptions, saveOptions);

Methods

Process(Hoạt động giải trí gần SaveOptions)

Chuyển đổi giữa các định dạng tệp khác nhau.

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

  • loadOptions LoadOptions : Các tùy chọn cho nhập và tải:
  • saveOptions SaveOptions : Các tùy chọn cho sản xuất và tiết kiệm

Tên không gian: Sheetize Hội nghị thượng đỉnh: Sheetize.dll

 Tiếng Việt