How can I remove the empty row

Hi,
I can remove the zero th row from the excel.

  1. In build datatable I provided slno and checked autoincrement and allow null
    img1
    How can I remove that zero row from the excel.

FirstReport.xlsx (8.5 KB)

@Chippy_Kolot

From build datatable remove the zero row…or the first row click on the x mark in build datatable

Cheers

Hi,
If im removing that while updating to excel slno starts from zero. Slno has to start from 1.

@Chippy_Kolot

May I know how are you using serial number…in the column properties did you select auto increment then initial value should be 1

Cheers