Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeben committed Dec 11, 2023
1 parent cc238c0 commit a34d123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function readFile(file, callback) {
try {
const workbook = XLSX.read(data, {
type: 'binary',
password: '0000' // 비밀번호 입력
password: 'aaaa' // 비밀번호 입력
});

// 첫 번째 시트의 첫 행을 제거
Expand Down

0 comments on commit a34d123

Please sign in to comment.