MATLAB Function Reference
  Go to function:
    Search    Help Desk 
xlgetrange    See Also

Get range of cells from Microsoft Excel worksheet

Syntax

Description

xlgetrange([rmin,cmin,rmax,cmax],workbookname,worksheetnum) returns the data in the range r<rmin>c<cmin>:r<rmax>c<cmax> of sheet
worksheetnum of the Microsoft Excel workbook workbookname. worksheetnum defaults to 1 if not specified. Only numerical data is supported.

See Also

applescript Load a compiled AppleScript from a file and execute it

xlsetrange   Set range of cells in Microsoft Excel worksheet



[ Previous | Help Desk | Next ]