help-octave
[Top][All Lists]
Advanced

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

Re: Create an XLSX suing the OCT interface


From: ijourneaux
Subject: Re: Create an XLSX suing the OCT interface
Date: Thu, 30 Oct 2014 14:29:39 -0700 (PDT)

Philip
I was able to get things to work by changing the line

 xls.workbook.SaveAs (fname);

to 

 xls.workbook.SaveCopyAs (fname);

I am not sure what all of the ramification are but it seems to fix the
issue.

I used a google search of "Excel COM exception SaveAs" to get close to the
answer.  I did try adjusting the COM settings. That did not work. Changing
to SaveCopyAs did work.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Create-an-XLSX-suing-the-OCT-interface-tp4667144p4667163.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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