Send Help-octave mailing list submissions to
address@hidden
To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.cae.wisc.edu/listinfo/help-octave
or, via email, send a message with subject or body 'help' to
address@hidden
You can reach the person managing the list at
address@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Help-octave digest..."
Today's Topics:
1. Re: import excel file (vinukn)
----------------------------------------------------------------------
Message: 1
Date: Fri, 19 Jul 2013 19:43:27 -0700 (PDT)
From: vinukn <address@hidden>
To: address@hidden
Subject: Re: import excel file
Message-ID: <address@hidden>
Content-Type: text/plain; charset=us-ascii
You can easily load excel file using io package
pkg load io
z=xlsread('file')
z will be the content in the file. I dnt think excel file can be imported
using load function. Some gui fronts like domainmath ide has support to
import or export excel file easily.
--
View this message in context:
http://octave.1599824.n4.nabble.com/import-excel-file-tp4655754p4655832.html
Sent from the Octave - General mailing list archive at Nabble.com.
------------------------------
_______________________________________________
Help-octave mailing list
address@hidden
https://mailman.cae.wisc.edu/listinfo/help-octave
End of Help-octave Digest, Vol 88, Issue 49
*******************************************