# utils **Repository Path**: SSSyyy_a1/utils ## Basic Information - **Project Name**: utils - **Description**: cv过来的小工具---持续更新 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-14 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1、excel导入 文件名:UploadExcel 需要的插件包:xlsx ```javascript npm i xlsx@0.14.1 --save ``` # 2、excel导出 文件名:vendor 需要的插件包:file-saver script-loader xlsx ```javascript npm install file-saver script-loader xlsx@0.14.1 --save ```