Hello, I need import (require) this package (https://github.com/catamphetamine/read-excel-file) on the frontend.
In the documentation - I have to do like this:
//
import readXlsxFile from ‘read-excel-file’;
//
or I try this:
//
let readXlsxFile = require(‘read-excel-file’);
//
but it doesn’t work