1.0.7 • Published 3 years ago

@aiherrera/xlsx-json-converter v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 />
}
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago