Testing web application that exports a csv file How can I read a specific cell from Excel csv file
I'm testing a web application that exports data to a csv file. The file opens in excel I can navigate to a specific cell in the file but I have not been able to read the content of the cell. fu...