5

Just thinking is there a way to convert drl file to excel sheet using Drools APIs?

We are currently on Drools 5.3 But can use any version really.

Thanks in advance

Zword
  • 6,605
  • 3
  • 27
  • 52
user1224036
  • 988
  • 1
  • 15
  • 34

2 Answers2

4

No, there is not API (at least supported by JBoss) to do what you are looking for. You can try to parse the rules yourself and create a CSV or XLS file, but there is no out-of-the-box support for this.

Hope it helps,

Esteban Aliverti
  • 6,259
  • 2
  • 19
  • 31
4

http://docs.jboss.org/drools/release/5.2.0.CR1/drools-expert-docs/html/ch05.html#d0e6019 - see 5.11.4 - Excel can read xml files...

bf2020
  • 742
  • 4
  • 7