Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Save excel sheet

0 views
Skip to first unread message

Swapna

unread,
Dec 20, 2010, 3:36:04 AM12/20/10
to
Hi,

using an xlswrite the data is written in to an excel sheet eg: a.xls,
later i want to save a.xls to Time.xls(system time) and clear the data from a.xls
Actually i want to use a.xls as template,where every time it uses a.xls and save it again to name of system time (Time.xls),

Please let me know how can i do it,

I am using Matlab7.5 version.

Regards
gr

ImageAnalyst

unread,
Dec 20, 2010, 9:54:50 AM12/20/10
to

-----------------------------------------------------------------
How about doing this:

copyfile('a.xls','time.xls');
xlswrite('time.xls', data);

0 new messages