how can i add my result to sheet 2 in my excel sheet
Mostra commenti meno recenti
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.
Risposte (1)
Meghana Dinesh
il 19 Ott 2015
0 voti
Use the syntax:
xlswrite(filename,A,sheet)
1 Commento
Praveen Choudhury
il 19 Ott 2015
Modificato: Praveen Choudhury
il 19 Ott 2015
Categorie
Scopri di più su Use COM Objects in MATLAB in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!