* @throws ClassNotFoundException
*/
public HSSFWorkbook runExcelDataExample() throws IOException, DroolsParserException, ClassNotFoundException{
//Handle to the Spreadsheet Rule Runner and Rule file loader
IRuleLoader ruleLoader = new FileRuleLoader();
SpreadSheetRuleRunner ruleRunner = new SpreadSheetRuleRunner(ruleLoader);
//Start Integrate in new RuleRunner
//Identify where the rules are stored
RuleSource ruleSource = new RuleSource();