From: Teodor on
Hello!
Can anyone help me with a problem? I have an excel file with many sheets. I want to make some kind of a code in matlab that allows me to copy only one sheet from this excel file in another place and the name of the excel file will remain the same.
So, for example I have test.xls with a,b and c sheets and it is placed in C:\Matlab\
and I want to copy the b sheet in the place C:\Matlab\Example. The excel file in the destination directory should have the same name but only one sheet named b.

Can anyone give me a tip about this problem?
Thanks in advance,
Ale
From: Ashish Uthama on
On Thu, 25 Mar 2010 02:46:21 -0400, Teodor <teodoralexandra(a)yahoo.com>
wrote:

> Hello!
> Can anyone help me with a problem? I have an excel file with many
> sheets. I want to make some kind of a code in matlab that allows me to
> copy only one sheet from this excel file in another place and the name
> of the excel file will remain the same.
> So, for example I have test.xls with a,b and c sheets and it is placed
> in C:\Matlab\
> and I want to copy the b sheet in the place C:\Matlab\Example. The excel
> file in the destination directory should have the same name but only one
> sheet named b.
>
> Can anyone give me a tip about this problem?
> Thanks in advance,
> Ale

go here: http://www.mathworks.com/matlabcentral/newsreader/
search for: 'copy excel sheet'

One of the threads has some ideas and code which might be useful for what
you are trying. Give it a spin and post back if you have trouble.