Handling MS Excel from PHP ???

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
my_web
Forum Newbie
Posts: 1
Joined: Thu Sep 17, 2009 1:04 pm

Handling MS Excel from PHP ???

Post 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.
:)
User avatar
Mirge
Forum Contributor
Posts: 298
Joined: Thu Sep 03, 2009 11:39 pm

Re: Handling MS Excel from PHP ???

Post by Mirge »

Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Handling MS Excel from PHP ???

Post 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.
Post Reply