Path: news.mathworks.com!not-for-mail
From: "Vihang Patil" <vihang_patil@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: How to open an excel file from command line
Date: Sun, 2 Mar 2008 08:22:02 +0000 (UTC)
Organization: Konem Solutions
Lines: 16
Message-ID: <fqdo3a$b01$1@fred.mathworks.com>
References: <fqd6b5$jlb$1@fred.mathworks.com>
Reply-To: "Vihang Patil" <vihang_patil@yahoo.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1204446122 11265 172.30.248.37 (2 Mar 2008 08:22:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Sun, 2 Mar 2008 08:22:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 413701
Xref: news.mathworks.com comp.soft-sys.matlab:454815


"Ramesh Babu Adari" <ramesh.adari@gmail.com> wrote in
message <fqd6b5$jlb$1@fred.mathworks.com>...
> Hello guyz,
> 
> I would like to open an excel file (To view, edit and save) 
> from matlab command prompt. What is the command to do this 
> job ? I used the following command to open a txt file. 
> dos([notepad' TxtFileName ' &')
> 
> Thanks.
> Ramesh

winopen('yourfilename.xls')

HTH
Vihang