SheetJS js-xlsx Alternatives
-
HANDSONTABLE
JavaScript data grid with a spreadsheet look & feel. Works for React, Angular, and Vue.
-
FancyGrid
FancyGrid - JavaScript grid library with charts integration and server communication.
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
Tabulator
Interactive Tables and Data Grids for JavaScript
-
onsenui
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.
-
prettier
Prettier is an opinionated code formatter.
-
NativeScript-Play-Pit
A growing collection of NativeScript playground projects demonstrating all the AWESOMENESS🤘 of NativeScript.
-
Bookshelf
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
Posts
-
How can I map data from an excel sheet through react?
React is a library that only cares about rendering JavaScript data on the DOM and related stuff. If you need to read an Excel file and transform it into a JavaScript object, you need to use the html file picker and, once you load the blob, a library to parse this blob. Last time I used https://github.com/SheetJS/sheetjs
-
Vue to Excel?
You probably want something like this: https://sheetjs.com/
Stats
SheetJS/sheetjs is an open source project licensed under Apache License 2.0 which is an OSI approved license.