If you will search over internet about excel reader in PHP at the end you would be redirected to the following this link only. It’s well written code but there are also some problems in that. Some documentation is missing. In this post we are going to discuss how to use phpExcelReader and which type of problems you could face. Download : 1) You can download the original library from here . 2) Mine one(with bug fixes) is available here . Go there, Click on File menu then download it. How to use : 1) In the package itself example2.php is a very good example of using excel reader. 2) Beginners can have a look at following example <?php ini_set("display_errors",1); error_reporting(E_ALL ^ E_NOTICE); require_once 'phpExcelReader/...
Comments
Post a Comment
Thanks for your valuable comments.