Both $data->sheets[0]['numRows'] and $data->sheets[0] ['numCols'] return an incorrect value of 1.
Please let me know if this is a bug?
shaunc@relyant.co.za
Logged In: YES user_id=1385554
there is this bug fix of sorts that discovered by chance.
count($xls->sheets[0]['cells'])
will return the correct value of $xls->sheets[0]['numRows']
incidentally. Ny numcols is wrong too..
I get 30 colmuns even though i only have 11 columns.
Log in to post a comment.
Logged In: YES
user_id=1385554
there is this bug fix of sorts that discovered by chance.
count($xls->sheets[0]['cells'])
will return the correct value of
$xls->sheets[0]['numRows']
Logged In: YES
user_id=1385554
incidentally. Ny numcols is wrong too..
I get 30 colmuns even though i only have 11 columns.