excel-to-json.mlai
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

excel-to-json

npm version Open issues TypeScript

  • 💪 Transform your excel into a json
  • 📦 light library

Install

npm i excel-to-json.mlai

or

yarn add excel-to-json.mlai

or

pnpm i excel-to-json.mlai

Example

import { excelToJson } from 'excel-to-json.mlai';

console.log(excelToJson(file));

// prints: [{...}, {...}, {...}...]

Contributing

All contributions are welcome!

License

excel-to-json.mlai is MIT licensed.

Package Sidebar

Install

npm i excel-to-json.mlai

Weekly Downloads

3

Version

0.1.1

License

MIT

Unpacked Size

14 kB

Total Files

15

Last publish

Collaborators

  • mathieu-ai