C# 클래스 ExcelConverter.ExcelFile

파일 보기 프로젝트 열기: Praeses/ExcelConverterService 1 사용 예제들

공개 메소드들

메소드 설명
Convert ( ) : bool
ExcelFile ( string fileName ) : System
ExcelFile ( string fileName, int timeout ) : System

비공개 메소드들

메소드 설명
LogExceptionDetails ( Exception e ) : void
ResolveExcelCnvLocation ( ) : string
UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

메소드 상세

Convert() 공개 메소드

public Convert ( ) : bool
리턴 bool

ExcelFile() 공개 메소드

public ExcelFile ( string fileName ) : System
fileName string
리턴 System

ExcelFile() 공개 메소드

public ExcelFile ( string fileName, int timeout ) : System
fileName string
timeout int
리턴 System