Functions in the ExcelLink package follow the general convention: ExcelVerb[ExcelObject] Four kinds of Excel objects are supported. Here is a list of the objects with some verbs that apply to them. • Book : New, Open, Refresh, Save, Close. • Sheet : Activate, Insert, Rename, Delete. • Range : Select, Read, Write, Clear, Resize, Offset, Filter. • Shape : Select, Insert, Rename, Delete. For detailed information on all the functions provided by the ExcelLink package, see the Mathematica Reference section. |