readexcelsheetpaging takes blank column

Certified Associate Developer

hi, 

I am using the function to extract the data from excel sheet 

readexcelsheetpaging(
excelDocument:ri!excelTemplate,
sheetNumber:0,
pagingInfo:a!pagingInfo(
startIndex:0,
batchSize:1000
)

).data

This is returning additional blank column. Let me know where i went wrong . 

  Discussion posts and replies are publicly visible