in reply to XLS help

What Excel/XLS/XLSX module are you using?

Most modules have a way to return you a row as an array. Then it's just the matter of finding the number of entries in that array.

Replies are listed 'Best First'.
Re^2: XLS help
by hdb (Monsignor) on Sep 05, 2014 at 06:38 UTC

    I guess to answer the OPs question one would need a column as an array... ;)

Re^2: XLS help
by a.alandkar (Novice) on Sep 09, 2014 at 15:21 UTC
    HI, I am using Spreadsheet::ParseExcel module