tcl tcom 호출 excel 저장 중 오류 기록 및 해결 방법


  
  
  
  
  1. package require tcom 
  2. set pfile "d:/ 、 /123.csv
  3. set excel [::tcom::ref createobject "excel.application"] 
  4. set workbooks [$excel Workbooks] 
  5. set workbook [$workbooks add] 
  6. set worksheets [$workbook Worksheets] 
  7. set worksheet [$worksheets Item "Sheet1"] 
  8.  
  9. $workbook SaveAs $pfile 
  10. $excel Quit 

 
오류 메시지:

  
  
  
  
  1. 0x800a03ec {Microsoft Office Excel  “D:\//ad/ 、 /0C45CE30” 
  2. 。  : 
  3.  
  4. ?  。 
  5. ?  。 
  6. ?  。} 

해결 방법:
 

  
  
  
  
  1. regsub -all {\/} $pfile {\\} pfile 

좋은 웹페이지 즐겨찾기