WS.Decision.exportDecisionTableToExcel()

Signature

void exportDecisionTableToExcel(String projectName, String excelFilePath, Object tableModelObj)

Domain

Description

Exports the Decision Table contents to a Excel and returns the excel contents.

Parameters

NameTypeDescription
scsRootURLStringSCS root URL.
projectNameStringProject name.
earPathStringEAR file Path
tableModelObjStringTable Model EObj

Returns

TypeDescription
Stringbyte array of Excel contents