help-octave
[Top][All Lists]
Advanced

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

Re: Data From excel


From: Michael Goffioul
Subject: Re: Data From excel
Date: Mon, 8 Sep 2008 10:08:04 +0200

On Mon, Sep 8, 2008 at 7:22 AM, Jaana Tommiska
<address@hidden> wrote:
> Hi,
> how can I read data from excel ?

Either you convert your Excel file into CSV and read it with
"csvread" in the io package of octave-forge. Or you use the
COM interface from the Windows package to access directly
Excel datasheets and extract the data you want (see the
mat2xls.m - which does the opposite - at
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/Windows/examples/mat2xls.m?revision=HEAD&view=markup)

Michael.


reply via email to

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