Méthode | Description | |
---|---|---|
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
Dispose ( ) : void | ||
ExcelConverter ( ) : Microsoft.Office.Interop.Excel |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
CreateExcelInstance ( ) : void | ||
DestroyExcelInstance ( ) : void | ||
IsExcelWorking ( ) : bool |
public Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
sourceFilePath | string | |
sourceFormat | int | |
targetFilePath | string | |
targetFormat | int | |
Résultat | bool |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public ExcelConverter ( ) : Microsoft.Office.Interop.Excel | ||
Résultat | Microsoft.Office.Interop.Excel |