https://github.com/jaerith/wonkaexceladdin
This project is a sample project of how the Wonka library can be used within an Excel VSTO AddIn. Namely, it will execute a RuleTree against a set of data in cells, validating the data and/or changing the values of some cells.
https://github.com/jaerith/wonkaexceladdin
csharp ethereum excel rules-engine vsto
Last synced: 7 months ago
JSON representation
This project is a sample project of how the Wonka library can be used within an Excel VSTO AddIn. Namely, it will execute a RuleTree against a set of data in cells, validating the data and/or changing the values of some cells.
- Host: GitHub
- URL: https://github.com/jaerith/wonkaexceladdin
- Owner: jaerith
- License: apache-2.0
- Created: 2020-06-11T21:23:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T20:07:08.000Z (over 5 years ago)
- Last Synced: 2025-01-11T22:14:47.109Z (9 months ago)
- Topics: csharp, ethereum, excel, rules-engine, vsto
- Language: C#
- Size: 323 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WonkaExcelAddIn
This project is a sample project of how the [Wonka rules engine](https://github.com/Nethereum/Wonka) can be used within an Excel VSTO AddIn. Namely, it will execute a RuleTree against a set of data in cells, validating the data and/or changing the values of some cells.