C# Class Translated.MateCAT.WinConverter.Converters.ExcelConverter

Inheritance: IConverter, IDisposable
显示文件 Open project: matecat/MateCat-Win-Converter Class Usage Examples

Public Methods

Method Description
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
Dispose ( ) : void
ExcelConverter ( ) : Microsoft.Office.Interop.Excel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateExcelInstance ( ) : void
DestroyExcelInstance ( ) : void
IsExcelWorking ( ) : bool

Method Details

Convert() public method

public Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
sourceFilePath string
sourceFormat int
targetFilePath string
targetFormat int
return bool

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ExcelConverter() public method

public ExcelConverter ( ) : Microsoft.Office.Interop.Excel
return Microsoft.Office.Interop.Excel