help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: import excel file


From: vinukn
Subject: Re: import excel file
Date: Fri, 19 Jul 2013 19:43:27 -0700 (PDT)

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]