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