Mon 19 Sep 2016 01:10:27 PM UTC, comment #5:
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
}
>>
|