SheetJS js-xlsx VS React Data Grid

Compare SheetJS js-xlsx vs React Data Grid and see what are their differences.

SheetJS js-xlsx

πŸ“— SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs (by SheetJS)

React Data Grid

Feature-rich and customizable data grid React component (by adazzle)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
SheetJS js-xlsx React Data Grid
61 13
34,479 6,680
0.5% 2.7%
2.4 8.7
7 days ago 17 days ago
JavaScript TypeScript
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

SheetJS js-xlsx

Posts with mentions or reviews of SheetJS js-xlsx. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-28.
  • how to work with .xlsx files?
    7 projects | /r/node | 28 Jun 2023
    ExcelJS and XLSX (SheetJS) are great libraries to work with XLSX files. The former I've found a bit easier to work with but less efficient in general.
  • What kind of Programmer / language should I be looking for?
    3 projects | /r/AskProgramming | 4 May 2023
    Sure. I manipulate excel files programatically in the browser all the time. I don't really understand your exact workflow, but I use Javascript with xlsx and React.
  • Excel To Json ?
    1 project | /r/node | 16 Mar 2023
  • React App Won't Read xlsx File
    1 project | /r/react | 6 Mar 2023
    Looking at the xlsx documentation, to parse files in the browser, rather than readFile, you use read, which is designed to parse binary data directly, rather than read from disk. There are a bunch of different formats if you go to the XLSX NPM page and scroll down to "Acquiring and Extracting Data". Importantly, it seems the data must already be serialized, so a Blob won't work, but we can work with that.
  • We compete with GitHub. Bing does not show our website
    1 project | news.ycombinator.com | 9 Feb 2023
    Last year, Bing and Edge erroneously flagged our website https://sheetjs.com/ as "dangerous": https://i.imgur.com/BvA3zrk.png

    At the time, there was no "Safety Report" to indicate why Bing thought it was dangerous. The report page linked to https://www.bing.com/toolbox/bing-site-safety?url=https%3a%2... and it said "That web page doesn't exist"

    To fix it, we had to register with "Bing Webmaster Tools" (https://www.bing.com/webmasters/about) and raise a support ticket.

    Within a few days, the issue "resolved itself". It's possible that raising a ticket forced some automatic refresh of the indexed data for the domain.

  • Product Comparison App (JS Demo Project)
    7 projects | dev.to | 4 Feb 2023
    xlsx.
  • Ask HN: Who is hiring? (February 2023)
    14 projects | news.ycombinator.com | 1 Feb 2023
    SheetJS | https://sheetjs.com/ | Software Developer | Full time, Remote (US) | $165K - $240K

    We're a bootstrapped company building open source solutions for spreadsheets and structured data. With over 1.5M unique monthly visitors, companies across the business world turn to us for challenging data processing problems. Over the last 10 years, we have pushed the boundaries of JavaScript and the web.

    In this role, you will master new and established technologies while working on high-impact projects used by millions of people across the world. Balancing research and engineering, you will design and implement creative solutions that draw from your academic and professional experience.

    https://sheetjs.com/careers/ more details

  • Help to draw graph in reactjs from data in excel sheet
    1 project | /r/programminghelp | 22 Jan 2023
  • PDF, Excel, Docx generate on React and Node js
    3 projects | dev.to | 18 Jan 2023
    For more, you can visit xlsx documentation Link.
  • Active data pull from excel to html charts
    2 projects | /r/CodingHelp | 18 Jan 2023
    There are libraries like https://github.com/SheetJS/sheetjs to parse excel and https://www.chartjs.org/ for all kinds of charts/graphs. Not really much HTML involved here.. the markup gets generated by the chart library.

React Data Grid

Posts with mentions or reviews of React Data Grid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-17.
  • How do you create your own csv grid type library on React?
    1 project | /r/reactjs | 19 Dec 2022
    It’s called a DataGrid. I would not implement my own. https://github.com/adazzle/react-data-grid
  • React datagrid libraries
    2 projects | /r/reactjs | 17 Oct 2022
    Data Grid - https://github.com/adazzle/react-data-grid
  • Table vs Grid
    1 project | /r/reactjs | 30 Jun 2022
    Do you mean grid like CSS grids https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout or do you mean grid like data grid https://www.npmjs.com/package/react-data-grid ? Because I think people are assuming in their answers you mean the former. If its the second one its a whole other discussion.
  • React Data Grid VS Glide Data Grid - a user suggested alternative
    2 projects | 8 Jun 2022
  • How to pass percentage value to width to React data grid column
    1 project | /r/codehunter | 15 May 2022
  • Using react-datepicker in react-data-grid compoent
    1 project | /r/codehunter | 17 Apr 2022
    I am using react-data-grid component. It provides a grid structure with edit and lot more options. When we click on each cell, we are able to edit the content of the cell. In my project, I have a situation like when the date column is focused I want to bind a UI where the user can able to select the date.for that, I have used react-datepicker component. I am able to give react-datepicker component as a formatter in the date column option. I can able to change the date in the react datepicker component, but that is not updating the cell value (when you click on the console data button you can able to see the changes have been updated or not).so guys help me how I can update the cell value when a different date is selected in the react-datepicker component. It happening automatically when the value is changed in other cells.
  • Rowy: Open-source Airtable alternative on Google Cloud
    12 projects | news.ycombinator.com | 5 Oct 2021
    no, i missed that one when i was searching, but from the homepage and a quick glance through the docs it doesn't seem like it does what i need. what i want is something like react-data-grid [https://github.com/adazzle/react-data-grid] but with a backend component that handles collaborative updates. essentially a stripped down and actively maintained alternative to ethercalc [https://ethercalc.net/]

    baserow had a lot of what i wanted, but the top-level feature set seemed very oriented towards a db admin tool rather than a programmatically managed user interface to single tables or views.

  • Anyone have a recommendation for an off-the-shelf data grid / spreadsheet type component?
    2 projects | /r/reactjs | 27 Sep 2021
    I have a bulk of tabular data that I'd like for my users to be able to manipulate with a lot of the kind of standard spreadsheet functions like filter, sort, search. Generally I'm more interested in read than write. I can across: https://github.com/adazzle/react-data-grid
  • Suggestions for free license react table with some requirements
    2 projects | /r/reactjs | 6 Aug 2021
    I has dnd grouping, but it falls short on server side rendering. It seems like the maintainers are not interested in implement this feature(https://github.com/adazzle/react-data-grid/pull/1459)
  • Beginners Thread Easy Questions February 2021
    1 project | /r/reactjs | 27 Feb 2021
    I'm trying to add excel like filtering to react-data-grid with primereact multiselect and running into some problems with the dropdown closing. By excel like filtering I mean when you apply a filter that updates all the other filters options instead of keeping the total options always. Here is a codesandbox that show the problem. So basically I want the dropdown to stay open even when the dropdown options change. Also you would notice this kind of makes a multiselect useless since the current filter your on will always be filter down to 1 option. So the current filter being changed should not change options but all the others filter options should change.

What are some alternatives?

When comparing SheetJS js-xlsx and React Data Grid you can also consider the following projects:

ExcelJS - Excel Workbook Manager

ag-Grid - The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.

HANDSONTABLE - JavaScript data grid with a spreadsheet look & feel. Works with React, Angular, and Vue. Supported by the Handsontable team ⚑

mui-datatables - Datatables for React using Material-UI

Jspreadsheet CE - Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.

react-bootstrap-table - A Bootstrap table built with React.js

Luckysheet - Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.

SlickGrid - A lightning fast JavaScript grid/spreadsheet

svelte-generic-crud-table - Agnostic web-component for object-arrays with CRUD functionality.

Glide Data Grid - πŸš€ Glide Data Grid is a no compromise, outrageously react fast data grid with rich rendering, first class accessibility, and full TypeScript support.