# js-xlsx **Repository Path**: null_089_9502/js-xlsx ## Basic Information - **Project Name**: js-xlsx - **Description**: 纯前端导入导出excel - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2022-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 导入导出excel(js-xlsx)插件用法案例 采用[js-xlsx](http://sheetjs.com/)插件 下载 [js-xlsx](https://github.com/SheetJS/js-xlsx) ,复制出`tests/xlsx.full.min.js` 导入案例:`import.html` 导出案例:`export.html` 如需修改导出的excel样式,则下载[xlsx-style](https://www.npmjs.com/package/xlsx-style#cell-styles) ``` npm install xlsx-style ``` 具体用法参考 `export.html`