help-octave
[Top][All Lists]
Advanced

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

Problem when writing a cell array( char and numeric data) to excel(.xlsx


From: rcharan51
Subject: Problem when writing a cell array( char and numeric data) to excel(.xlsx) file
Date: Wed, 18 Jun 2014 04:09:51 -0700 (PDT)

mixed{1, 10}="crctd Y1";
mixed{1, 11}="crctd Y2";
mixed{1, 12}="H";
i=0;
for(i=[1:634])
  mixed{i+1, 10}=cy1(i);
  i=i+1;
endfor
i=0;
for(i=[1:634])
  mixed{i+1, 11}=cy2(i);
  i=i+1;
endfor
i=0;
for(i=[1:634])
  mixed{i+1, 12}=H(i);
  i=i+1;
endfor
xlswrite('crctn.xlsx', mixed, 'First_sheet');


the excel file which has been created r shows a error when i open it like
this( error_1.JPG
<http://octave.1599824.n4.nabble.com/file/n4664851/error_1.JPG>  )
when i choose to repair the file it opens the file and shows a report like
this( error2.JPG
<http://octave.1599824.n4.nabble.com/file/n4664851/error2.JPG>  )

Is there any wrong with my code I havent installed java package **octave
3.8.1 | windows 8.1 |io 2.2.2***



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Problem-when-writing-a-cell-array-char-and-numeric-data-to-excel-xlsx-file-tp4664851.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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