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.
Some thing like this,
Read_Data_From_CSV(FilePath, Row, Column)
Appreciate any help on this!!!
Thanks