void exportDecisionTableToExcel(String projectName, String excelFilePath, Object tableModelObj)
void exportDecisionTableToExcel(String projectName, String excelFilePath, Object tableModelObj)
Name | Type | Description |
---|---|---|
scsRootURL | String | SCS root URL. |
projectName | String | Project name. |
earPath | String | EAR file Path |
tableModelObj | String | Table Model EObj |
Type | Description |
---|---|
String | byte array of Excel contents |