Path: news.mathworks.com!not-for-mail
From: "Tony GREENFIELD" <tony@greenfieldresearch.co.uk>
Newsgroups: comp.soft-sys.matlab
Subject: Excel to GUI
Date: Fri, 23 Oct 2009 14:30:22 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 9
Message-ID: <hbselu$ag$1@fred.mathworks.com>
Reply-To: "Tony GREENFIELD" <tony@greenfieldresearch.co.uk>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1256308222 336 172.30.248.38 (23 Oct 2009 14:30:22 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 23 Oct 2009 14:30:22 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 707411
Xref: news.mathworks.com comp.soft-sys.matlab:579606


I want to read an Excel spreadsheet, chosen from explorer that I access from the GUI, into a table in a GUI.

I want the column heads to appear in the table.

I want to select data from the table: one or more columns and a set of rows.

Then, after analysis and plotting,  I want to output the results to an external document such as a word doc where I shall write my interpretation before printing.

Any help?