MATLAB Function Reference |
Determine if file contains Lotus WK1 worksheet
Syntax
Description
[extens, type] = wk1finfo('filename')
returns the string 'WK1
' in extens
, and 'Lotus 123 Spreadsheet
' in type
if the file filename
contains a readable Lotus worksheet.
Examples
This example returns information on spreadsheet file matA.wk1
:
See Also
wk1read
, wk1write
, csvread
, csvwrite
winqueryreg | wk1read |
© 1994-2005 The MathWorks, Inc.