# Created by Octave 3.2.3, Tue Jan 05 12:02:05 2010 EST <mandrake@n3.mandriva.com>
# name: cache
# type: cell
# rows: 3
# columns: 2
# name: <cell-element>
# type: string
# elements: 1
# length: 11
append_save
# name: <cell-element>
# type: string
# elements: 1
# length: 17
 Input checking:

# name: <cell-element>
# type: string
# elements: 1
# length: 17
 Input checking:


# name: <cell-element>
# type: string
# elements: 1
# length: 7
xlsread
# name: <cell-element>
# type: string
# elements: 1
# length: 408
 XLSREAD reads EXCEL-files. 
 Currently, only a hack to read excel tables is implemented.  
 First, you need to convert your excel table into a tab-delimited 
 text file. Then you can use XLSREAD to load that file. 

  [NUM, STR] = XLSREAD(filename) 
      filename        tab-delimited text file
      NUM contains numeric data
      STR contains textual data
      
 see also: STR2DOUBLE

 Reference(s): 


# name: <cell-element>
# type: string
# elements: 1
# length: 27
 XLSREAD reads EXCEL-files.

