Question
readexcelsheetpaging takes blank column
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 .

