Class SpreadsheetConverter
Class SpreadsheetConverter
转换器在不同分布式文件格式,如 xls、xlsx、Xlsb、 spreadsheet 等。
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, 保存选项)
转换不同分布式文件格式。
public static void Process(LoadOptions loadOptions, SaveOptions saveOptions)
Parameters
loadOptions
LoadOptions : 输入和加载的选项:saveOptions
SaveOptions : 出口和储蓄的选项
名称: Sheetize 参议院: Sheetize.dll