Page 1 of 1

Handling MS Excel from PHP ???

Posted: Thu Sep 17, 2009 1:09 pm
by my_web
1. Can I read Excel from PHP with it's formatting (eg: Color,Font Styles,etc...) ?

2. How can I append/modify existing Excel file from PHP ?

pls, give me a solution.
Thank U.
:)

Re: Handling MS Excel from PHP ???

Posted: Thu Sep 17, 2009 1:16 pm
by Mirge

Re: Handling MS Excel from PHP ???

Posted: Thu Sep 17, 2009 2:51 pm
by Mark Baker
The PHPExcel library is specifically designed to read and to write excel files from within PHP scripts, allowing you to create and modify data within the worksheets, including most aspects of Excel formatting.