# excel-online **Repository Path**: da9527/excel-online ## Basic Information - **Project Name**: excel-online - **Description**: 基于React + Ant Design + luckyexcel + exceljs + file-saver做的excel在线编辑 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2022-01-07 - **Last Updated**: 2025-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 基于React + Ant Design + luckyexcel + exceljs + file-saver做的excel在线编辑 ### 安装 ```bash yarn install ``` ### 运行 ```bash yarn dev ``` 本地访问地址 http://localhost:3000 ### 打包 ```bash yarn build ``` ### 界面截图 首页 ![首页](./show/index.png) 编辑页 ![编辑页](./show/edit.png) ## 其他功能 ### 生成二维码 使用了qrcode ![qrcode](./show/qrcode.png) ### 富文本编辑器 ![富文本编辑器](./show/editer.png)