# PHPExcel **Repository Path**: LIU-FH/PHPExcel ## Basic Information - **Project Name**: PHPExcel - **Description**: PHPExcel 导入导出 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-10-11 - **Last Updated**: 2022-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PHPExcel PHPExcel 导入导出 assets:外部文件 Classes:https://github.com/PHPOffice/PHPExcel, 项目中的Classes,不需要修改. export.php:导出(Excel5:xls格式,Excel2007:xlsx格式,HTML:导出html文件) import.php:导入 提示:导入只写了部分常用的方法,其他方法移步 https://github.com/PHPOffice/PHPExcel ,查看Examples