|
Contents | Previous | Next | Subchapters |
| Syntax |
xlsheets(file)
|
| See Also | xlread , read4 , bread |
xlsheets is an NR by NC
character matrix, where NR is the number of worksheets in file
and NC is the length of the longest worksheet name in file.
xlsheets.xls
that contains seven worksheets and looks like
and you enter,
xlsheets("xlsheets.xls")
O-Matrix will respond
Fri$
Mon$
Sat$
Sun$
Thurs$
Tue$
Wed$
xlread function you may omit
this character if desired.