질문하기질문하기
 

답변됨excel.application question

  • 2009년 7월 2일 목요일 오후 2:12c0pe 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hello,

    I need to work on a script that will process some excel files. The machine I am using to develop the script on does not have excel installed.... will installing the latest version of the Excel Viewer install the necessary components? Or is the only way to install the full blown excel app?

답변

  • 2009년 7월 4일 토요일 오전 12:42Marco ShawMVP, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    The Excel Viewer only gives you read-only access to documents and doesn't provide the COM interface.

    You'll need the full version...  Unless you somehow export the files to CSV, then PowerShell can deal with the data relatively easily.
    • 답변으로 표시됨c0pe 2009년 7월 6일 월요일 오후 3:05
    • 답변으로 제안됨Marco ShawMVP, 중재자2009년 7월 5일 일요일 오전 11:06
    •  

모든 응답

  • 2009년 7월 4일 토요일 오전 12:42Marco ShawMVP, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    The Excel Viewer only gives you read-only access to documents and doesn't provide the COM interface.

    You'll need the full version...  Unless you somehow export the files to CSV, then PowerShell can deal with the data relatively easily.
    • 답변으로 표시됨c0pe 2009년 7월 6일 월요일 오후 3:05
    • 답변으로 제안됨Marco ShawMVP, 중재자2009년 7월 5일 일요일 오전 11:06
    •  
  • 2009년 7월 6일 월요일 오후 3:05c0pe 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    bummer, but I figured that would be the case. Thanks for the confirmation Marco, its appreciated.