Hi again. i confirm that is php excel reader REF : http://code.google.com/p/php-excel-reader/downloads/list
On Jul 26, 4:37 pm, nilo <[email protected]> wrote: > Hi Jochen, > > i think its ExcelReader , coz its a government project done by one of > the staff there, once he left from there the management transfer this > project to my private company and they never give any FTP access and > details. i just log n to joomla n using jumi plug in to customize this > > On Jul 26, 3:35 pm, Jochen Daum <[email protected]> wrote: > > > > > > > > > Hi, > > > > im doing a php page which is retrieving data from xls sheet and its > > > works well the xls sheet having 150 records. its limited to 20 records > > > per page to show on result page .there is a search box and button to > > > search some specific data , the search parameter giving the result > > > from first page result only. i can't get result from full excel sheet. > > > > $searchparameter=$_GET['searchparameter']; > > > $totalrow=$data->rowcount($sheet_index=0); > > > You must be using some sort of PHP/Excel library, which one is that? > > PHPExcel by any chance? > > > KR, Jochen -- NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected]
