C# Class ExcelConverter.ExcelFile

ファイルを表示 Open project: Praeses/ExcelConverterService Class Usage Examples

Public Methods

Method Description
Convert ( ) : bool
ExcelFile ( string fileName ) : System
ExcelFile ( string fileName, int timeout ) : System

Private Methods

Method Description
LogExceptionDetails ( Exception e ) : void
ResolveExcelCnvLocation ( ) : string
UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

Convert() public method

public Convert ( ) : bool
return bool

ExcelFile() public method

public ExcelFile ( string fileName ) : System
fileName string
return System

ExcelFile() public method

public ExcelFile ( string fileName, int timeout ) : System
fileName string
timeout int
return System