# analyze-excel **Repository Path**: li_shifeng/analyze-excel ## Basic Information - **Project Name**: analyze-excel - **Description**: 解析 Excel 根据指定列的数据生成二维码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-05 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: Electron, Nodejs ## README # 解析 Excel 根据指定列的数据生成二维码 ## 启动 - `npm i` # 安装依赖 - `cd node_modules/electron` # 进入 electron - `node install` # 执行 electron 里的 install.js - `cd ../../` # 返回根目录 - `npm run start` # 运行项目 - `npm run build` # 打包项目