help-octave
[Top][All Lists]
Advanced

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

Oct2XLS produces readonly error on one computer


From: ijourneaux
Subject: Oct2XLS produces readonly error on one computer
Date: Tue, 19 Aug 2014 18:20:35 -0700 (PDT)

FOr some reason on one of my computers the following script produces an a
file is readonly error 

xlh=xlsopen("c:/temp/test.xlsx",1,'COM');
[xlh rs] = oct2xls("Value", xlh, "test", 'A1');
xlh=xlsclose(xlh);

Checking requested interface(s):
COM*; (* = default interface)
Creating file c:/temp/test.xlsx
(oct2xls: input character array converted to 1x1 cell)
warning: xlsclose: file c:/temp/test.xlsx could not be saved. Read-only or
in use elsewhere?

(File pointer preserved. Try saving again later...)

The folder exists, file doesn't exist.

This is only an issue on 1 of a dozen different computers with similar
(although there must be some kind of difference) configurations.

Any thoughts on where I can look?




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Oct2XLS-produces-readonly-error-on-one-computer-tp4666135.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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