# Luckyexcel-node **Repository Path**: mengshukeji/Luckyexcel-node ## Basic Information - **Project Name**: Luckyexcel-node - **Description**: Luckyexcel node case - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 3 - **Created**: 2020-12-02 - **Last Updated**: 2025-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Luckyexcel-node 简体中文 | [English](./README.md) ## 介绍 Luckyexcel-node,是一个excel导入导出库 [Luckyexcel](https://github.com/mengshukeji/Luckyexcel) 的koa2服务端解析案例。 ## 开发 ### 环境 [Node.js](https://nodejs.org/en/) Version >= 6 ### 安装 ``` npm install ``` ### 启动 ``` node app.js ``` 然后访问`http://localhost:3000/luckyexcel`。 即可看到后端返回的转换好的excel json 核心代码在[luckyexcel.js](./controllers/luckyexcel.js) ## 资源 - [Luckysheet](https://github.com/mengshukeji/Luckysheet) - [Luckysheet-vue](https://github.com/mengshukeji/Luckysheet-vue) ## 版权信息 [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2020-present, mengshukeji