0.1.1 • Published 1 year ago

excel-to-json.mlai v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

0.1.0

1 year ago

0.1.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago