I don't really know much about it other than it exists,
http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-decisiontables/src/test/resources/data/CustomWorkbook.xls
is the test data for it and
http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-decisiontables/src/test/java/org/drools/decisiontable/SpreadsheetCompilerUnitTest.java testLoadCustomListener() is the unit test for it.
It's implemented in
http://anonsvn.jboss.org/repos/labs/labs/jbossrules/trunk/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/RuleMatrixSheetListener.
Thomas
From: rules-users-bounces@lists.jboss.org [mailto:rules-users-bounces@lists.jboss.org]
On Behalf Of kioto mitsubisi
Sent: 26 October 2010 08:06
To: rules-users@lists.jboss.org
Subject: Re: [rules-users] matrix style decision tables
Can you give me any examle or show me any tutorial/documentation so that I can learn from its basics?
I couldn't find useful information in source codes or I am looking at the wrong place.
From: TSwindells@nds.com
To: rules-users@lists.jboss.org
Date: Mon, 25 Oct 2010 15:39:18 +0100
Subject: Re: [rules-users] matrix style decision tables
There are two type of decision tables in Drools, the standard ones and then matrix ones which are like this format. There are test cases and examples in the
source code which should give you some more details on how to use the RuleMatrixSheetListener.
Thomas