Hi @arivu96, In my excel we need to add two columns and result should print to next column but I’m getting the following result.
Please find the attachment.
Thanks.
1 Like
Remove rowsCount from Expression. Just “C1:C11” is sufficient if no.of rows are fixed.
If number of rows are dynamic use the expression “C1:C” + rowsCount
Regards.
Karthik Byggari
Hi @Kurra_Kranthi,
Try below code
"C1:C" + rowsCount .ToString()
send your xaml file i ll check and give the best solution for ur process.
Regards,
Arivu
Can you send ur xaml file I ll check and update you.
Regards,
Arivu
Hi @Kurra_Kranthi,
Excel sheet doesn’t have the headers but in the read range you have checked the add headers property that’s why you are not getting the result for the last row. uncheck and try again
Regards,
Arivu
Yea, sure
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.