Is it possible to search a certain value inside the spreadsheet using excel_reader2 and get row number so I can get the entire row value using that? Trying to save myself from dumping the data into database, since all I want is to displaying values. And yes I know I can do data->dump, but I need a single row values based on login.
Thanks in advance.