xlsx 이모지 체크 추가

This commit is contained in:
hehihoho3@gmail.com 2025-01-08 16:48:50 +09:00
parent 79e6548309
commit 5bce4be639

View File

@ -161,6 +161,8 @@ function excelFileChange(file) {
var firstSheet = workbook.Sheets[workbook.SheetNames[0]];
var jsonData = XLSX.utils.sheet_to_json(firstSheet, { header: 1 });
console.log('xlsx jsonData : ', jsonData);
// 문제 데이터를 확인하는 함수 호출
findInvalidDBCharacters(jsonData);
processExcelData(jsonData);
} else if (extension === 'xls') {
console.log('xls extension detected');