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
The projects use Apache Maven as the build system. Version 3.5.0 or later is required. Simply run this command to compile and install the source code locally:
31
+
32
+
```
33
+
mvn install
34
+
```
35
+
36
+
Note that Strata-Excel is based on Java SE 8. Version 8u40 or later is required to compile the code.
37
+
38
+
## Extending Strata-Excel
39
+
40
+
Strata-Excel wraps the Strata types and methods to expose them to Excel.
41
+
42
+
These wrappers are generated automatically from the Strata source code via the Python script 'tools/generate_jinx_wrappers.py'
43
+
and package 'tools/gencode'.
44
+
45
+
In order to add new types and methods to the Strata-Excel wrapper code, update the config files in 'tools/gencode/config' and run
46
+
'tools/generate_jinx_wrappers.py. The folder structure of the config directory mirrors the Strata source.
0 commit comments