# 纯vue生成excel-导入导出 **Repository Path**: on_the_river/gsz-vue-create-excel ## Basic Information - **Project Name**: 纯vue生成excel-导入导出 - **Description**: 在vue中通过插件 xlsx 和 xlsx-style 来实现表格的导出导入, 通过xlsx-style来实现单元格的样式. - **Primary Language**: 其他 - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2022-10-18 - **Last Updated**: 2023-10-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 纯vue导入导出excel表格信息 ### 用到的插件: xlsx,xlsx-style 这两个是导出导入excel的关键 ### 前提安装 elment-ui 中 #### 安装 xlsx 必备的插件 ``` npm install xlsx file-saver -S npm i -S xlsx npm i -S xlsx-style ``` ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).