i want to read Excel-sheet.. for that i am using PHPExcelReader.. when i use it on localhost.. its work fine but on my linux server it throw this error
Fatal error: Class 'ZipArchive' not found
through google i came to know that i have to uncomment the zip.dll in PHP.ini and requires PHP 5.2 but i have 5.1 on server...
i cant update the version.. can anyone tell how to get rid of this error..
or any another method to read excelsheet which does nt require zip libraries..
Thanks.