UNPKG

excel-sheet-to-json

Version:

A TypeScript/JavaScript library that converts Excel files to JSON with custom header mapping. Works in both Node.js and browser environments.

9 lines (6 loc) 216 B
'use strict' if (process.env.NODE_ENV === 'production') { module.exports = require('./excel-sheet-to-json.cjs.production.min.js') } else { module.exports = require('./excel-sheet-to-json.cjs.development.js') }