nuovo / spreadsheet-reader

A PHP spreadsheet reader (Excel XLS and XLSX, OpenOffice ODS, and variously separated text files) with a singular goal of getting the data out, efficiently
http://www.nuovo.lv/
Other
674 stars 498 forks source link

Get end of sheet #110

Open alokrajiv opened 8 years ago

alokrajiv commented 8 years ago

Like the PHP array end() function is it possible to seek to end of the sheet, or if not atleast have the count() also return number of rows in each sheet, so that we can then seek to that point.