How to passing list data variable to store procedure and execute the store procedure?
问题 I have 8 variable list and collect them to variable ls in this below code : Workbook workbook = new Workbook("D:/excel file/Mapping Prod Matriks _Group Sales Commercial.xlsx"); com.aspose.cells.Worksheet worksheet = workbook.getWorksheets().get(0); com.aspose.cells.Cells cells = worksheet.getCells(); Range displayRange = cells.getMaxDisplayRange(); List<String> ParaObjGroup = new ArrayList<String>(); List<String> ParaObjCode = new ArrayList<String>(); List<String> ParaProdMatrixId = new