小编Anj*_*ani的帖子

致命错误:在 phpExel 中找不到类“PHPExcel_IOFactory”

我使用了下面的代码,所有 PHPexcel 库数据都在下图中。

<?php
$inputFileName = './NIB.xlsx';
$inputFileType = PHPExcel_IOFactory::identify($inputFileName);

$objReader = PHPExcel_IOFactory::createReader($inputFileType);
$objPHPExcel = $objReader->load($inputFileName);
?>
Run Code Online (Sandbox Code Playgroud)

图像

我想阅读 NIB.xlsx 文件,并且我已阅读此帮助链接

但是,当我运行 PHP 脚本时,收到以下错误:

致命错误:在 untitled-2.php 的 phpExcel 中找不到类“PHPExcel_IOFactory”

php phpexcel

5
推荐指数
1
解决办法
4万
查看次数

标签 统计

php ×1

phpexcel ×1