MATLAB Function Reference | ![]() ![]() |
Read Lotus123 spreadsheet file (.wk1
)
Syntax
Description
M = wk1read(filename)
reads a Lotus123 WK1 spreadsheet file into the matrix M
.
M = wk1read(filename,r,c)
starts reading at the row-column cell offset specified by (r,c)
. r
and c
are zero based so that r=0
, c=0
specifies the first value in the file.
M = wk1read(filename,r,c,range)
reads the range of values specified by the parameter range
, where range
can be:
'A1...C5'
.
'Sales'
.
See Also
![]() | winopen | wk1write | ![]() |