Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
- [Webix Grid](https://grid.webix.com) - A JavaScript data grid with a rich API and extensive customization options.
- [Wijmo FlexGrid](https://www.grapecity.com/wijmo/flexgrid-javascript-data-grid) - A JavaScript data grid component with editing, sorting, filtering, grouping, and Excel-style features, with support for major frameworks.
- [Wijmo Grid](https://www.grapecity.com/wijmo) - Enterprise-grade JavaScript data grid component by GrapeCity.
- [xexcel](https://ximing.github.io/xexcel/) - An embeddable Excel-style spreadsheet with a State, Transaction, and Plugin architecture, a formula engine, and xlsx/CSV interoperability.
- [ZingGrid](https://www.zinggrid.com/) - A JavaScript Web Component data grid and table library built with ES6 and native web components.

## Motivation
Expand Down
51 changes: 51 additions & 0 deletions data/xexcel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
title: xexcel
homeUrl: https://ximing.github.io/xexcel/
demoUrl: https://ximing.github.io/xexcel/
githubRepo: ximing/xexcel
npmPackage: "@xexcel/react"
license: MIT License
revenueModel: Free
description: >
An embeddable Excel-style spreadsheet with a State, Transaction, and
Plugin architecture (inspired by ProseMirror). It ships a DOM-free formula
engine, xlsx/CSV import and export, multi-sheet workbooks, and a React
shell that drops in as <ExcelEditor/>.
frameworks:
react: true
vanilla: true
features:
accessible: false
copyPaste: true
csvExport: true
customEditors: false
customFormatters: true
draggableRows: false
editable: true
fillDown: true
fillRight: true
filtering: true
formulas: true
freezableCols: true
headless: false
i18n: true
maintained: true
mergeCells: true
openSource: true
pagination: false
pdfExport: false
pivots: false
rangeSelection: true
resizableCols: true
responsive: false
rowGrouping: false
rowPinning: false
rowSelection: true
search: true
serverSide: false
sorting: true
sparklines: false
theming: false
trees: false
typescript: true
xlsxExport: true
virtualization: true