help-octave
[Top][All Lists]
Advanced

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

RE: Can't get xlswrite to work


From: Jasim Ahmed[jahmed]
Subject: RE: Can't get xlswrite to work
Date: Thu, 24 Nov 2016 20:32:07 +0000

Philip,
        Thanks for your suggestion. I changed Line 128 to  rstatus = r_extnd = 
0;

However, I still get errors:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>> arr = [4 5; 1 3];
>> status = xlswrite('test4.xls', 'arr', 'Third_sheet', 'C3:AB40');
Detected XLS interfaces: warning:  No Java support found (no Java JRE? no Java 
pkg installed AND lo
aded?)
warning: called from
    getxlsinterfaces at line 121 column 11
    xlsopen at line 262 column 17
    xlswrite at line 202 column 9

None.
warning: xlsopen.m: no'.xls' spreadsheet I/O support with available interfaces.
>>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

I even tried it after restarting Octave and got the error. Thanks,

Regards,

Jasim

-----Original Message-----
From: Help-octave [mailto:address@hidden On Behalf Of Philip Nienhuis
Sent: Thursday, November 24, 2016 11:39 AM
To: address@hidden
Subject: Re: Can't get xlswrite to work

jasim wrote
> Hello there,
> I am a new user of GNU Octave and want to use the xlswrite function. I 
> tried the following example and got an error:
> 
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
>>> A = [1 5; 3 -0];
>>> rstatus = xlswrite('test1.xls', 'A') ;
> error: 'r_extnd' undefined near line 171 column 27
> error: called from
>     xlswrite at line 171 column 3
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

See here:

http://savannah.gnu.org/bugs/index.php?49656

Philip



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Can-t-get-xlswrite-to-work-tp4680735p4680736.html
Sent from the Octave - General mailing list archive at Nabble.com.

_______________________________________________
Help-octave mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/help-octave



reply via email to

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