Method | Description | |
---|---|---|
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
Dispose ( ) : void | ||
ExcelConverter ( ) : Microsoft.Office.Interop.Excel |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | 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 | |
return | bool |
public ExcelConverter ( ) : Microsoft.Office.Interop.Excel | ||
return | Microsoft.Office.Interop.Excel |