help-octave
[Top][All Lists]
Advanced

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

Re: write empty cell in excel


From: gigiolone123
Subject: Re: write empty cell in excel
Date: Sun, 27 Oct 2019 07:32:16 -0500 (CDT)

ok i write all problem


i've do the following instruction:

pkg unload io;   ## unload the package
clear -f;          ## needed to also unload io's binary functions from
memory, otherwise
                     ## it won't uninstall completely
pkg uninstall -nodeps io;  ##  Not really needed, but doesn't harm
pkg install -forge -verbose io  ; ## Install new io from the web
pkg load io

after i esecute my code :
(in my code this is the following rows:

strCompletaData0=TitanTrovaStringExcel(1,1,ty,columns(str1));      
strCompletaTitoli=TitanTrovaStringExcel(riga+ty+1,colonna,rows(newNomeEquity),columns(newNomeEquity));
strCompletaData=TitanTrovaStringExcel(riga+ty+5,colonna,rows(stringg),columns(stringg));
strCompletaNum=TitanTrovaStringExcel(riga+ty+5,colonna+2,rows(matrixx),columns(matrixx));

rstatus=xlswrite(nomeFileExcel,str1,nomeFoglio,strCompletaData0);
rstatus=xlswrite(nomeFileExcel,newNomeEquity,nomeFoglio,strCompletaTitoli); 
rstatus=xlswrite(nomeFileExcel,stringg,nomeFoglio,strCompletaData);  
rstatus=xlswrite(nomeFileExcel,matrixx,nomeFoglio,strCompletaNum);  

with this rows i write on excel

the octave give me following error:

warning: delete: no such file:
c:/Titan/results/Equity/TitanStudioEquity.xlsx
warning: called from
    delete at line 47 column 9
    TitanWriteExcel4 at line 112 column 7
    TitanPrintEquity at line 10 column 1
    PredatorVectorized at line 653 column 1
warning: xlsclose: file c:/Titan/results/Equity/TitanStudioEquity.xlsx could
not be saved.
         Read-only? unsupported file format? in use elsewhere?
(File pointer preserved.
 Try saving again later, or with different file name, or as different file
type.)
warning: xlsclose: file c:/Titan/results/Equity/TitanStudioEquity.xlsx could
not be saved.
         Read-only? unsupported file format? in use elsewhere?
(File pointer preserved.
 Try saving again later, or with different file name, or as different file
type.)
warning: xlsclose: file c:/Titan/results/Equity/TitanStudioEquity.xlsx could
not be saved.
         Read-only? unsupported file format? in use elsewhere?
(File pointer preserved.
 Try saving again later, or with different file name, or as different file
type.)
warning: xlsclose: file c:/Titan/results/Equity/TitanStudioEquity.xlsx could
not be saved.
         Read-only? unsupported file format? in use elsewhere?
(File pointer preserved.
 Try saving again later, or with different file name, or as different file
type.)
warning: xlsclose: file c:/Titan/results/Equity/TitanStudioEquity.xlsx could
not be saved.
         Read-only? unsupported file format? in use elsewhere?
(File pointer preserved.

...








--
Sent from: https://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

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