octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49510] after an xlswrite the spreadsheet is c


From: Steven Weinberg
Subject: [Octave-bug-tracker] [bug #49510] after an xlswrite the spreadsheet is corrupted
Date: Fri, 4 Nov 2016 14:35:08 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #19, bug #49510 (project octave):

Further testing. I created a blank spreadsheet book1.xlsx using Excel.  

Here is the program:

++
intfname='book1.xlsx';
[status,sheets] = xlsfinfo(intfname); 
wnames=sheets(:,1);
xlswrite(intfname,wnames,'MAIN',"A55:A100");
--
                                                                 Here is the
output:
              
Detected XLS interfaces: COM*; warning:  No Java support found (no Java JRE?
no
 Java pkg installed AND loaded?)
warning: called from
    getxlsinterfaces at line 121 column 11
    xlsopen at line 262 column 17
    xlsfinfo at line 91 column 7
    test at line 7 column 16
error: xlsopen.m: write mode requested but file book1.xlsx is not writable

sheets =
{
  [1,1] = Sheet1
  [2,1] = Sheet2
  [3,1] = Sheet3
  [1,2] = Empty
  [2,2] = Empty
  [3,2] = Empty
}

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49510>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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