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

Inheritance: IConverter, IDisposable
Afficher le fichier Open project: matecat/MateCat-Win-Converter Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CreateExcelInstance ( ) : void
DestroyExcelInstance ( ) : void
IsExcelWorking ( ) : bool

Method Details

Convert() public méthode

public Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
sourceFilePath string
sourceFormat int
targetFilePath string
targetFormat int
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ExcelConverter() public méthode

public ExcelConverter ( ) : Microsoft.Office.Interop.Excel
Résultat Microsoft.Office.Interop.Excel