Increment number in specific column

Exemple.xlsx.xlsx (12.6 KB)

I would like to add on the specific column “Excel Line” numbers from 2 to up to the number of lines in my excel
I would like to know how to do it?
thanks in advance

@kaj Are you trying to find the count of number of lines in your excel ?

I would count the number of line of my file excel and so put it on a column

Hi @kaj

use DtTable.rows.count.toString and use add data column

Thanks
ashwin.S