- 💪 Transform your excel into a json
- 📦 light library
npm i excel-to-json.mlai
or
yarn add excel-to-json.mlai
or
pnpm i excel-to-json.mlai
import { excelToJson } from 'excel-to-json.mlai';
console.log(excelToJson(file));
// prints: [{...}, {...}, {...}...]
All contributions are welcome!
excel-to-json.mlai is MIT licensed.