Actually this question belongs to the octave-forge mailing list (xlsread
comes from the octave-forge io package) => cc'd


Ming Lu wrote
> 
> Hi Everyone,
> 
> I used xlread in 3.4.3 to read some Excel 2007 xlsm files with no problem,
> but the same code doesn't work in 3.6.0 anymore. The error is as
> following:
> Detected interfaces: not working.
> POI (& OOXML)*; JXL; OXS; (* = active interface)
> Couldn't open file xxxxxxx.xlsm using POI;
> error: JXL can only read reliably from .xls files
> 
> anyone knows how to fix this? Thanks.
> 

Some counter questions:

- What operating system?

- Are you talking about the very same .xlsm files that were read from OK in
3.4.3 but no more in 3.6.0?

- Could you please run (in Octave-3.6.0 then):
      chk_spreadsheet_support ('', 3)
('' = empty string) to get more diagnostics about what does work and what
doesn't?

AFAIK in xlsopen.m (the file that yields the messages) nothing has changed
lately that could affect handling of OOXML files.
Here on my box I can read at least .xlsx files as usual with Octave-3.6.0. 
I've never tried .xlsm files (those seem to be macro files?)

Philip



______________________________________
If you reply to this email, your message will be added to the discussion below:
http://octave.1599824.n4.nabble.com/xlread-in-3-6-0-tp4451557p4453675.html
This email was sent by PhilipNienhuis (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://octave.1599824.n4.nabble.com/template/NamlServlet.jtp?macro=subscribe_by_code&node=4451557&code=b2N0YXZlLWRldkBsaXN0cy5zb3VyY2Vmb3JnZS5uZXR8NDQ1MTU1N3wtODQ3MzA3MzI2
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to