Read an item at particular row and column in excel/csv file

Hi,

I am trying to read individual items in a excel/csv file. For example I want to write a function which takes the row and column number of the excel file as arguments, and returns the item at the given row and column number.

Appreciate any help on this!!!

Thanks