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

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

[Octave-bug-tracker] [bug #49075] Added two-dimensional array support to


From: anonymous
Subject: [Octave-bug-tracker] [bug #49075] Added two-dimensional array support to Windows Forge package
Date: Mon, 19 Sep 2016 13:10:28 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:48.0) Gecko/20100101 Firefox/48.0.2 Waterfox/48.0.2

Follow-up Comment #5, bug #49075 (project octave):

Thanks for pointing me in that direction.  Looks like it worked just fine!

--Ethan

GNU Octave, version 4.0.3
...
Octave was configured for "i686-w64-mingw32".
...
>> pkg load io windows
>> more off
>> io_xls_testscript("COM")

Testing .xls interface COM using file io-test.xls...

 1. Initialize arrays.

 2. Insert first empty sheet.
Checking requested interface(s):
COM*; (* = default interface)

 3. Add data to test sheet.

 4. Add another sheet with just one number in A1.

 5. Explore sheet info.

 6. Read data back.

 7. Tests part 1 (basic I/O):
    ...Numeric array... matches...
    ...Cellstr array... matches...
    ...Boolean... recovered...

 8. Repeat reading, now return formulas as text

 9. Tests part 2 (read back formula):
    ...OK, formula recovered ('=C2+D2').

10. Cleaning up..... OK
ans =
{
  [1,1] = COM
  [1,2] = +
  [1,3] = +
  [1,4] = +
  [1,5] = +
  [1,6] = +
  [1,7] = +
  [1,8] = +
  [1,9] = +
  [1,10] = .xls
}
>>


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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