Get DRL
private String getDRL(InputStream stream)
{
SpreadsheetCompiler comp = new SpreadsheetCompiler();
String drl = comp.compile(false, stream, InputType.XLS);
return drl;
}
private String getDRL(InputStream stream)
{
SpreadsheetCompiler comp = new SpreadsheetCompiler();
String drl = comp.compile(false, stream, InputType.XLS);
return drl;
}
Hello,

Welcome to Skills421, our knowledge repository for all things tech in the 21st century
Leave a comment