C# 클래스 Translated.MateCAT.WinConverter.Converters.ExcelConverter

상속: IConverter, IDisposable
파일 보기 프로젝트 열기: matecat/MateCat-Win-Converter 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool
Dispose ( ) : void
ExcelConverter ( ) : Microsoft.Office.Interop.Excel

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateExcelInstance ( ) : void
DestroyExcelInstance ( ) : void
IsExcelWorking ( ) : bool

메소드 상세

Convert() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ExcelConverter() 공개 메소드

public ExcelConverter ( ) : Microsoft.Office.Interop.Excel
리턴 Microsoft.Office.Interop.Excel