카테고리

  • 안드로이드
  • IOS
  • MFC
  • JAVA
  • AWS
  • LAMP
  • 여행&사진
  • 이런저런생활
  • 2016년 1월 28일 목요일

    [MFC] Excel 연동

    라이브러리 다운로드 및 사용 방법은 밑에 링크
    출처 - http://yeobi27.tistory.com/entry/MFC-MFC%EC%97%90%EC%84%9C-Excel-%EC%82%AC%EC%9A%A9Automation-Class-%EC%99%80-ExcelFormat-Library

    간단 참고 - http://blogic.tistory.com/entry/MFC-Excel-%EC%97%B0%EB%8F%99-Automation

    API를 다운받고 두개의 헤더파일과 cpp파일을 프로젝트에 추가.
    파일 추가 후 사용하기 위해서는 #include  필수!!

    컴파일을 하면 XLAutomation.cpp에서 에러가 남
    CString형으로 변환이 안되어서 에러나는 것이므로
    "" -> _T("") 형태로 변환시키면 끝

    메소드 참조
    CXL Connection methods
     Method
     Group
     Function
    Class constructor
     Open/Exit app
     엑셀 시작, 워크시트생성
    ReleaseExcel()
     Open/Exit app
     엑셀 닫기
    SetCellValue(..)
     Data exchange
     cell 값 설정
    GetCellValue(..)
     Data exchange
     cell 값 얻음
    ExportCString(..)
     Data exchange
     클립보드 사용
    CreateXYChart(..)
     Chart methods
     XY 차트 생성
    UpdateXYChart(..)
     Chart methods
     XY 차트 업데이트
    InsertPictureFromClipboard(..)
     Picture methods
     DIB 그림 삽입
    InsertPictureFromFile(..)
     Picture methods
     그림 파일 삽입
    SaveFileAs(..)
     File access
     엑셀 파일 저장
    OpenExcelFile(..)
     File access
     읽기를 위한 엑셀파일 열기
    DeleteRow(..)
     Worksheet housekeeping
     현재 워그시트의 열 삭제

    댓글 없음 :

    댓글 쓰기