Hope someone can help me here, cause I've tried everything recommended in other threads online.
I am running octave on Ubuntu, and trying to use the xlsread command.
More specifically I am running the following
[num, txt]=xlsread('GLD');
And I am getting this error:
warning: xlsopen.m: no support for spreadsheet I/O
num = [](0x0)
txt = [](0x0)
warning: xlsread: some elements in list of return values are undefined
Packages loaded are:
io java
Please help!