메소드 | 설명 | |
---|---|---|
Convert ( string sourceFilePath, int sourceFormat, string targetFilePath, int targetFormat ) : bool | ||
Dispose ( ) : void | ||
ExcelConverter ( ) : Microsoft.Office.Interop.Excel |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | bool |
public ExcelConverter ( ) : Microsoft.Office.Interop.Excel | ||
리턴 | Microsoft.Office.Interop.Excel |