Hello everyone ,
I use selblocks with selenium and I want to read data from an excel file; I use the storeCellvalue function to read the row and the column; For example when I do storeCellValue (1,1) I get the data from the whole line and not the element of the first line and the first column;
Do you have an idea of which function to use?
Hello everyone , I use selblocks with selenium and I want to read data from an excel file; I use the storeCellvalue function to read the row and the column; For example when I do storeCellValue (1,1) I get the data from the whole line and not the element of the first line and the first column; Do you have an idea of which function to use?