# 静态官网 **Repository Path**: jiaxiuc123/staticWebsite ## Basic Information - **Project Name**: 静态官网 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1、yarn install 2、修改xlsx-style 源码 解决报错 在\node_modules\xlsx-style\dist\cpexcel.js var cpt = require('./cpt' + 'able'); 改为 var cpt = cptable;