You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ Aside from doing simple immediate evaluations, some of the core features are:
6
6
- You can create re-usable scripts on the fly in your worksheets, which will be stored in an in-memory cache with a used-defined string key.
7
7
- You can then invoke that script using its key anywhere as often as you like
8
8
- You can define and pass parameters to your scripts, so they can be invoked with arguments
9
+
- Range-objects are fully supported as input parameters (ExcelScript takes care of converting & marshalling these internally)
9
10
- You can create the parameter definitions & script manually, or just parse a function and have the AddIn extract and generate all necessary handles automatically
10
11
- You can even register your script, meaning the AddIn will register a User Defined function with the name and all parameters you defined to invoke your script
11
12
- A helper function lets you format & syntax highlight your C#-code in Excel
0 commit comments