PHPEXCEL如何使用,

WBOY
發布: 2016-06-13 11:54:30
原創
1383 人瀏覽過

PHPEXCEL怎么使用,急
网上下了个PHPEXCEL1.8.0,根据安装包里的install.txt文件,好像是把Classes和Examples两个目录考贝到WEB根目录就可以用,不知道是不是我翻译的不对,网上找了段生成EXL的代码执行后报错:syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /www/webroot/php/test/Classes/PHPExcel.php on line 50,我程序路径:/www/webroot/php/test/test.php

以下是test.php全部内容
include 'Classes/PHPExcel.php';
include 'Classes/PHPExcel/Writer/Excel2007.php';

#创建一个excel
$objPHPExcel = new PHPExcel();

#保存excel—2007格式
$objWriter = new PHPExcel_Writer_Excel2007($objPHPExcel);

$objWriter->save("xxx.xlsx");

?>





install.txt文件安装说明如下

Installation instructions
-------------------------

Installation is quite easy: copy the contents of the Classes folder to any location
in your application required.

Example:

If your web root folder is /var/www/ you may want to create a subfolder called
/var/www/Classes/ and copy the files into that folder so you end up with files:

/var/www/Classes/PHPExcel.php
/var/www/Classes/PHPExcel/Calculation.php
/var/www/Classes/PHPExcel/Cell.php
...



Getting started
---------------

A good way to get started is to run some of the tests included in the download.
Copy the "Examples" folder next to your "Classes" folder from above so you end up with:

/var/www/Examples/01simple.php
/var/www/Examples/02types.php
...

Start running the test by pointing your browser to the test scripts:

http://example.com/Examples/01simple.php
http://example.com/Examples/02types.php
...

Note: It may be necessary to modify the include/require statements at the beginning of
each of the test scripts if your "Classes" folder from above is named differently.
"install.txt" 75L, 2671C 


------解决方案--------------------
PHPExcel是最新版本吗
试试他这个 http://www.9958.pw/post/php_excel
------解决方案--------------------
下的是第几个?
你的代码并无问题

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!