Class SpreadsheetConverter

Class SpreadsheetConverter

转换器在不同分布式文件格式,如 xls、xlsx、Xlsb、 spreadsheet 等。
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, 保存选项)

转换不同分布式文件格式。

public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)

Parameters

名称: Sheetize 参议院: Sheetize.dll

 中文