reads ascii Excel files
M = excel2sci(fname) M = excel2sci(fname, sep)
character string. The file path
character string. Excel separator used, default value is ","
matrix of strings
Given an ascii file created by Excel using "Text and comma" format
excel2sci(fname)
returns the corresponding Scilab matrix of
strings. Use excel2sci(fname,sep )
for an other choice of
separator.
Note: You may eval all or part ot M
using function evstr
.
Version | Description |
5.1.1 | excel2sci was published up to Scilab 5.1.1.
It is replaced with csvRead. |