我正面临这个问题。
我的文件 abc.php 是
<?php
ini_set ( 'max_execution_time', 300);
$filename = "d:\abhi.xlsx";
$sheet1 = 4;
$arr=array(1=>'a','b','c','d');
$excel_app = new COM("Excel.application") or Die ("Did not connect");
我正面临这个问题。
我的文件 abc.php 是
<?php
ini_set ( 'max_execution_time', 300);
$filename = "d:\abhi.xlsx";
$sheet1 = 4;
$arr=array(1=>'a','b','c','d');
$excel_app = new COM("Excel.application") or Die ("Did not connect");
好的,这为我解决了
如果您已配置 IIS,请尝试以下操作:
将其更改Excel.application
为Excel.Application