currently i working on excel import , importing excel data to the database , i want to know how to retrieve the current row number because i want to produce some error message like "the name cannot be numeric at 'row 51' or ' A51' " if that row are wrong data type input for example
Please show us your code. It's difficult to answer your question without knowing how you're using it.
in simple way, how can i get the name of current cell name,
like getCellName or getCurrentRowIndex / getCurrentColumnIndex ????
any tips ?
Most helpful comment
in simple way, how can i get the name of current cell name,
like getCellName or getCurrentRowIndex / getCurrentColumnIndex ????
any tips ?