UNPKG

read-excel-file

Version:

Read small to medium `*.xlsx` files in a browser or Node.js. Parse to JSON with a strict schema.

7 lines (6 loc) 419 B
// This file is deprecated. // It's the same as `index.cjs`, just with an added `*.js` extension. // It fixes the issue when some software doesn't see files with `*.cjs` file extensions // when used as the `main` property value in `package.json`. exports = module.exports = require('../commonjs/read/schema/mapToObjects.js').default exports['default'] = require('../commonjs/read/schema/mapToObjects.js').default