protected static String getDRL(InputStream stream) { SpreadsheetCompiler comp = new SpreadsheetCompiler(); String drl = comp.compile(false, stream, InputType.XLS); return drl; }
protected static String getDRL(InputStream stream) { SpreadsheetCompiler comp = new SpreadsheetCompiler(); String drl = comp.compile(false, stream, InputType.XLS); return drl; }