Page 1 of 1
Reading a XCEL file from PHP
Posted: Tue Aug 25, 2009 11:48 pm
by Aruna
Hi all,
I need a help regarding reading a XCEL file from the PHP. Pls let me know if any one know the answer
Regards,
Aruna.
Re: Reading a XCEL file from PHP
Posted: Wed Aug 26, 2009 1:26 am
by requinix
Do you mean "Excel"?
If it's a simple comma-separated file then
fgetcsv is the function you want. Otherwise I hear the
PHPExcel project is good.
Re: Reading a XCEL file from PHP
Posted: Wed Aug 26, 2009 2:01 am
by Aruna
Hi,
Yes it should be "Excel". I have spelled it wrongly.
My server is windows therefore I'm not sure weather PHPExcel will work with windows. If anybody already know please let me know.
Regards,
Aruna.
Re: Reading a XCEL file from PHP
Posted: Wed Aug 26, 2009 2:26 am
by requinix
5 seconds.
Requirements
* PHP version 5.2 or higher
* PHP extension php_zip enabled
* PHP extension php_xml enabled
* PHP extension php_gd2 enabled (if not compiled in)
Re: Reading a XCEL file from PHP
Posted: Wed Aug 26, 2009 4:28 am
by Mark Baker
Aruna wrote:My server is windows therefore I'm not sure weather PHPExcel will work with windows. If anybody already know please let me know.
PHPExcel is pure PHP with no platform dependence, so it will work on Windows, Linux, Mac, or any platform that can run PHP.
The only prerequisites are those that tasairis has listed
Re: Reading a XCEL file from PHP
Posted: Wed Aug 26, 2009 6:05 am
by Aruna
Dear All,
I will work on that and see. Thanks lot for the your supports.
Regards,
Aruna