C# Class ExcelConverter.ExcelFile

Afficher le fichier Open project: Praeses/ExcelConverterService Class Usage Examples

Méthodes publiques

Méthode Description
Convert ( ) : bool
ExcelFile ( string fileName ) : System
ExcelFile ( string fileName, int timeout ) : System

Private Methods

Méthode Description
LogExceptionDetails ( Exception e ) : void
ResolveExcelCnvLocation ( ) : string
UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void

Method Details

Convert() public méthode

public Convert ( ) : bool
Résultat bool

ExcelFile() public méthode

public ExcelFile ( string fileName ) : System
fileName string
Résultat System

ExcelFile() public méthode

public ExcelFile ( string fileName, int timeout ) : System
fileName string
timeout int
Résultat System