I need to find how many rows in worksheet have been defined. How can I do this?
What does Max and min? I didnt get. There should be only one value.
Shubham
2010-08-19 05:29:13
@Shubham, nobody forces you to put anything in row 1. `row_range` tells you both the first and last row that were actually used.
cjm
2010-08-19 05:33:04
Spreadsheet::ParseExcel only handles xls files; for xlsx, use Spreadsheet::XLSX
ysth
2010-08-19 06:01:00