I tried lookin through the Spreadsheet::ParseExcel module too...but, I couldn't really understand how to get the program to scroll through columns and rows.
Like, I'm considering using 2 for loops. The first go through the rows, while the second one goes down the column inside the row. Anyways, the problem is that the ParseExcel module doesn't really offer a good explanation of how I'd go about doing this.