Hi, I've explored the drools excel parser ( org.drools.decisiontable.parser.xls.ExcelParser), but I don't see any references to the FormulaRecord (*org.apache.poi.hssf.record.FormulaRecord* ) . I suppose I need to add some lines of code in the parser if I wanna to use formula in my Drools decision table ? Thanks, Pascal.
On 1/14/06, Michael Neale <[EMAIL PROTECTED]> wrote: > > sometimes the excel format can cause havok with the apache POI parser > (depends on exact versions of excel). > > > > On 1/14/06, Pascal Chanteux <[EMAIL PROTECTED]> wrote: > > > > The problem seems to be a cell format/formula problem. I need to use the > > 'general' format because my cell has a formulas. In this case my > condition > > is ignored. When I hard code the result of the formula in the cell, it's > > ok. > > > > Is it forbidden to have excel formulas in the cells belonging to the > > condition column ? > > > > > > On 1/13/06, Pascal Chanteux <[EMAIL PROTECTED]> wrote: > > > > > > Hi everybody ! > > > > > > I am using drools 2.1 with excel worksheet. Sometimes, some conditions > > > columns are completely ignored by the engine, and thus my actions are > > > executed without testing the conditions . If I generate a DRL file > from > > the > > > worksheet, I see that my conditions are not included in the generated > > file. > > > I can't find the reason for my condition column to be ignored. > > > Does anyone has a clue ? > > > > > > Regards, > > > > > > Pascal Chanteux. > > > > > > > > >
