help-octave
[Top][All Lists]
Advanced

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

Re: Help with Excel IO - Ecel/COM not working, no Java support found


From: Jacques Malaprade
Subject: Re: Help with Excel IO - Ecel/COM not working, no Java support found
Date: Wed, 31 Aug 2011 03:40:23 -0700 (PDT)

Hi Philip,

No worries.  

I tried changing the lines to:
                # No Java support
                odsinterfaces.OTK = 0;
                odsinterfaces.JOD = 0;
                if ~(isempty (odsinterfaces.OTK) && isempty (odsinterfaces.JOD))
                        # Some Java-based interface requested but Java support is absent
                        error ('No Java support found.');
                else
                        # No specific Java-based interface requested. Just return
                        return;

And all it does is give me the following error:
>>> m = odsread('quizgrade.ods')
Supported interfaces: error: No Java support found.
error: called from:
error:   /home/malapradej/octave/io-1.0.14/odsopen.m at line 330, column
1
error:   /home/malapradej/octave/io-1.0.14/odsopen.m at line 148, column
19
error:   /home/malapradej/octave/io-1.0.14/odsread.m at line 126, column
6

Hope this helps,

Jacques

On Tue, 2011-08-30 at 02:15 -0700, PhilipNienhuis [via Octave] wrote:

> Jaques,
>
>         Jacques Malaprade wrote:
>         <snip>
>         I get the following error:
>        
>          error: structure has no member `POI'
>         >>>error: evaluating argument list element number 1
>         error: called from:
>         error:   /home/malapradej/octave/io-1.0.14/odsopen.m at line
>         328, column 3
> In odsopen.m, on line 328, change 'POI' into 'OTK'  and  'JXL' into
> 'JOD'  (~like 20 or so lines up) and it should work.
>
> This bug has slipped in somehow but was not present in my own dev
> sources. Sorry for that.
>
> I'll fix it in svn next week.
>
> P.
>
>
> ______________________________________________________________________
> If you reply to this email, your message will be added to the
> discussion below:
> http://octave.1599824.n4.nabble.com/Help-with-Excel-IO-Ecel-COM-not-working-no-Java-support-found-tp3650647p3778291.html 
> To unsubscribe from Help with Excel IO - Ecel/COM not working, no Java
> support found, click here.




View this message in context: Re: Help with Excel IO - Ecel/COM not working, no Java support found
Sent from the Octave - General mailing list archive at Nabble.com.

reply via email to

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