Spreadsheet_Excel_Reader.php problem in xls reader

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
karthikeyan123
Forum Newbie
Posts: 18
Joined: Mon Sep 17, 2007 10:44 pm
Location: India

Spreadsheet_Excel_Reader.php problem in xls reader

Post by karthikeyan123 »

Dear All,

I am using "Spreadsheet_Excel_Reader.php" class to read XLS. I have downloaded the class from online.

(you can get from the below url
http://scripts.ringsworld.com/tests-and ... r.php.html)

Its working fine. But the class return maximum 255 char from a cell, even if a cell contain more than 255 char.

Pls help to avoid the issue, or pls suggest any other xls reader..

:?
Post Reply