# xlsx_style **Repository Path**: worklz/xlsx_style ## Basic Information - **Project Name**: xlsx_style - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-05-10 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 整合[sheetjs](https://github.com/SheetJS/js-xlsx)和[xlsx-style](https://github.com/protobi/js-xlsx)导出自定义样式Excel的示例代码 ### 文件描述 **./libs/xlsx.core.min.js** [sheetjs](https://github.com/SheetJS/js-xlsx)核心文件,对应来自 sheetjs项目/dist/xlsx.core.min.js **./libs/xlsx.style.min.js** [xlsx-style](https://github.com/protobi/js-xlsx)核心文件,对应来自 xlsx-style项目/dist/xlsx.full.min.js。由于xlsx.full.min.js对外暴露变量XLSX和xlsx.core.min.js冲突,所以将xlsx.full.min.js中的XLSX变量名改为XlsxStyle。 ### 导出Excel效果图 ![效果图](demo.png) ### ARGB转换16进制工具 详见 **./tool/ARGBHexConverter2.zip** ### 使用 ``` ```