xlsx 이모지 체크 추가
This commit is contained in:
parent
79e6548309
commit
5bce4be639
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user