how can i add my result to sheet 2 in my excel sheet
이전 댓글 표시
I have written a script which reads data from an excel file (sheet1) and then I perform some tasks. I want to add my resulted sheet in that excel file but in sheet 2. I am using actxserver for this.
답변 (1개)
Meghana Dinesh
2015년 10월 19일
0 개 추천
Use the syntax:
xlswrite(filename,A,sheet)
댓글 수: 1
Praveen Choudhury
2015년 10월 19일
편집: Praveen Choudhury
2015년 10월 19일
카테고리
도움말 센터 및 File Exchange에서 Use COM Objects in MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!