![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
luckysheet
Advanced tools
English| 简体中文
🚀Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Source Code | Documentation | Demo | Plugins Demo | Forum |
---|---|---|---|---|
Github | Online Documentation | Online Demo / Cooperative editing demo | Import Excel Demo | Chinese Forum |
Gitee Mirror | Gitee Online Documentation | Gitee Online Demo | Gitee Import Excel Demo | Google Group |
Project | Description |
---|---|
Luckysheet Vue | Luckysheet and Luckyexcel in a vue cli3 project |
Luckysheet React | Luckysheet in a React project |
Luckyexcel Node | Use Luckyexcel in koa2 |
Luckysheet Server | Java backend Luckysheet Server |
Luckysheet Server Starter | LuckysheetServer docker deployment startup template |
For a more detailed feature list, please refer to: Features
Detailed changes for each release are documented in the CHANGELOG.md.
Please make sure to read the Issue Reporting Checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.
Managed with GitHub Projects
Please make sure to read the Contributing Guide before making a pull request.
Introduce dependencies through CDN
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/css/pluginsCss.css' />
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/plugins.css' />
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/css/luckysheet.css' />
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/luckysheet/dist/assets/iconfont/iconfont.css' />
<script src="https://cdn.jsdelivr.net/npm/luckysheet/dist/plugins/js/plugin.js"></script>
<script src="https://cdn.jsdelivr.net/npm/luckysheet/dist/luckysheet.umd.js"></script>
Specify a table container
<div id="luckysheet" style="margin:0px;padding:0px;position:absolute;width:100%;height:100%;left: 0px;top: 0px;"></div>
Create a table
<script>
$(function () {
//Configuration item
var options = {
container: 'luckysheet' //luckysheet is the container id
}
luckysheet.create(options)
})
</script>
Node.js Version >= 6
npm install
npm install gulp -g
npm run dev
npm run build
Luckysheet is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome backers. If you'd like to join them, please consider:
PayPal | Alipay | |
---|---|---|
Paypal Me | ![]() | ![]() |
Funds donated via Patreon go directly to support mengshukeji's work on Luckysheet. Funds donated via OpenCollective are managed with transparent expenses and will be used for compensating work and expenses for core team members or sponsoring community events. Your name/logo will receive proper recognition and exposure by donating on either platform.
(Sort by time)
Copyright (c) 2020-present, mengshukeji
FAQs
Unknown package
The npm package luckysheet receives a total of 630 weekly downloads. As such, luckysheet popularity was classified as not popular.
We found that luckysheet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.