不应该是:

import XLSX from 'xlsx'

而应该是:

import * as XLSX from 'xlsx'

导入excel Uncaught TypeError: Cannot read properties of undefined (reading ‘read‘)