public static void main(String args[]) throws Exception {
try {
String [] maps = { "main" };
Excel2XML e2x = new Excel2XML(path, "DTRules.xml","CHIP");
e2x.compileRuleSet(path,"DTRules.xml","CHIP","repository",maps,5);
StripXML.strip(e2x.getRuleSet().getRulesDirectory(),null,null);
} catch ( Exception ex ) {
System.out.println("Failed to convert the Excel files");
ex.printStackTrace();
throw ex;