Skip to content

Commit fb0ea87

Browse files
authored
Update README.md
1 parent e383f8f commit fb0ea87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Aside from doing simple immediate evaluations, some of the core features are:
66
- 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.
77
- You can then invoke that script using its key anywhere as often as you like
88
- 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)
910
- You can create the parameter definitions & script manually, or just parse a function and have the AddIn extract and generate all necessary handles automatically
1011
- 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
1112
- A helper function lets you format & syntax highlight your C#-code in Excel

0 commit comments

Comments
 (0)