Excel Automation ( 2. 소멸 )


 COleVariant VOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR);
 COleVariant VTrue((short)TRUE);
 COleVariant VFalse((short)FALSE);

 book.Close(VFalse, VOptional, VOptional); 
// 모든 Ole 객체 소멸
 sheet.ReleaseDispatch();
 sheets.ReleaseDispatch();
 book.ReleaseDispatch();
 books.ReleaseDispatch();
 app.Quit();
 app.ReleaseDispatch(); 

 

'개발지식창고 > MFC' 카테고리의 다른 글

Excel Automation ( 4. Save As )  (0) 2012.06.29
Excel Automation ( 3. 데이타 쓰기 )  (0) 2012.06.29
MFC와 Excel 연동 관련 자료  (0) 2012.06.29
Excel Automation ( 1. 생성 및 변수 초기화 )  (0) 2012.06.29
CArchive클래스  (0) 2012.04.14
Posted by 모과이IT
,