MATLAB Function Reference | Search  Help Desk |
xlgetrange | See Also |
Get range of cells from Microsoft Excel worksheet
xlgetrange([rmin,cmin,rmax,cmax],workbookname,worksheetnum)
xlgetrange([rmin,cmin,rmax,cmax],workbookname,worksheetnum)
returns the data in the range r<rmin>c<cmin>:r<rmax>c<cmax>
of sheetworksheetnum
of the Microsoft Excel workbook workbookname
. worksheetnum
defaults to 1 if not specified. Only numerical data is supported.
applescript
Load a compiled AppleScript from a file and execute it
xlsetrange
Set range of cells in Microsoft Excel worksheet