--- src/main/webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp
+++ src/main/webapp/WEB-INF/jsp/web/addr/include/addrListforExcel.jsp
... | ... | @@ -161,6 +161,8 @@ |
| 161 | 161 |
var firstSheet = workbook.Sheets[workbook.SheetNames[0]]; |
| 162 | 162 |
var jsonData = XLSX.utils.sheet_to_json(firstSheet, { header: 1 });
|
| 163 | 163 |
console.log('xlsx jsonData : ', jsonData);
|
| 164 |
+ // 문제 데이터를 확인하는 함수 호출 |
|
| 165 |
+ findInvalidDBCharacters(jsonData); |
|
| 164 | 166 |
processExcelData(jsonData); |
| 165 | 167 |
} else if (extension === 'xls') {
|
| 166 | 168 |
console.log('xls extension detected');
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?