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: Wed, 2 Nov 2016 21:41:39 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

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

When running the same script in Matlab, wnames is a 3x1 cell, whereas as you
noted it is a 1x3 cell in Octave. Here are the workspace variables for each:

Matlab:

intfname 'test.xlsx'
poswmat [2,3,4]
sheets 1x4 cell
status 'Microsoft Excel Spreadsheet'
wnames 3x1 cell

Octave:

intfname 'test.xlsx'
poswmat double 3x1 ...
sheets cell 4x2
status 'Microsoft Excel Spreadsheet'
wnames cell 1x3


    _______________________________________________________

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]