Socket
Socket
Sign inDemoInstall

react-excel

Package Overview
Dependencies
8
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-excel

Demo: https://9899ojyx5o.codesandbox.io/


Version published
Weekly downloads
6
decreased by-33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

In-Browser Editable Excel Table (React.js)

Demo: https://9899ojyx5o.codesandbox.io/

demo1

demo2

Features

  • Upload Excel/CSV file (nothing is actually being uploaded; the file is processed by your browser).
  • Add/edit/delete rows.
  • Add/edit/delete column.
  • Edit headers.
  • Write custom validate functions to validate the content of each cell in a given column.
  • Mobile number validation function included. All cells in column Mobile are validated using libphonenumber-js.
  • Set headers as read-only, ie. preventing a column to be deleted.
  • Add new row on Tab when cursor is located in last cell

Stack

  • xlsx
  • libphonenumber-js
  • redux + redux-thunk

Keywords

FAQs

Last updated on 19 Dec 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc