I have written the code to export the data into an excel sheet, but the PHPExcel libray is not loaded错误是:enter image description here public function Arrear_Print(){
$data['title'] = 'Export Excel
我必须编写一个PHP平台来导入Excel文件(相当重)来填充SQL服务器数据库。为了做到这一点,我使用库PHP- excel -reader ()能够恢复特定单元格的值(例如$ water =$ data-> val (13,'A');)除了PHP-excel-reader只兼容.xls而不兼容.xlsx,如果我去直接转换我的文件在excel中没有问题。但是,这样用户就不必在每次我想要自动转换.xls .xlsx时都执行此操作