Im trying Sum of Entire Column in excel ,but i getting this error,
linQ:
Excel_dt.AsEnumerable.Sum(Function(x) CDbl(x(“Cname”).ToString.Trim))
Can you show the error, meanwhile try to delete the Read Range Workbook activity output and Reassign it. It must be datatype of System.Data.DataTable
Regards,
You need to provide error screenshot in order for us to give resolution.
also as per read range error looks like excel_dt might not be a datatable
cheers
The variable you have created in the output field of read range workbook activity called Excel_dt which should be system.data.datatable datatype, open the variables panel and change the Excel_dt datatype to System.data.datatable.
This will sort your issue.
Hope you understand!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.
