MATLAB Function Reference    
wk1read

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:

See Also

wk1write


  winopen wk1write