Hi,
Maybe you can put something like the following in the code:
SpreadsheetCompiler xlsCompiler = new SpreadsheetCompiler();
String drl =
xlsCompiler.compile(ResourceFactory.newClassPathResource("Sample.xls").getInputStream(),InputType.XLS);
System.out.println(drl);
This should enable you to see the generated drl (Syntax not checked, also I
am not entirely certain whether it always works)
Otherwise, maybe you could post your .xls file. Together with your code, it
shouldn't be to hard to replicate the error.
Regards,
Frank
--
View this message in context:
http://drools.46999.n3.nabble.com/rules-users-no-subject-tp3280773p328119...
Sent from the Drools: User forum mailing list archive at
Nabble.com.