@aiherrera/xlsx-json-converter
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

XLSX to JSON converter

A simple utility to convert xls & xlsx files into JSON objects

Installation

Requires React 16 or later

npm i --save @aiherrera/xlsx-json-converter

# or

yarn add @aiherrera/xlsx-json-converter

Demo

You can check all the configurations in Ai-CoderLab

Usage

{ XlsxToJson }

// ES5 syntax
const XlsxToJson = require('@aiherrera/xlsx-json-converter')

// ES6 syntax
import XlsxToJson from '@aiherrera/xlsx-json-converter'

Full example

import React from 'react'
import { XlsxToJson as XlsxToJsonComponent } from '@aiherrera/xlsx-json-converter'

export default {
  title: 'Playground/Utils',
  component: XlsxToJsonComponent
}

export const XlsxToJson = () => {
  return <XlsxToJsonComponent />
}

Package Sidebar

Install

npm i @aiherrera/xlsx-json-converter

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

6.36 MB

Total Files

9

Last publish

Collaborators

  • aiherrera