[Sheetjs] xlsx 파일 배열 데이터로 변환하기

XLSX.utils.sheet_to_json(workbook.Sheets[workbook.SheetNames[0]], {
  header: 1,
});