Hello
I need to take all the column name as an array in linq expression
Here is the sample excel file :
Sample.xlsx (5.3 MB)
Hello
I need to take all the column name as an array in linq expression
Here is the sample excel file :
Sample.xlsx (5.3 MB)
Hi @Marian_B
Try the below expression
Use Assign activity
RHS - Create an Variable
LHS - (from P in PeakE.Columns.Cast(of DataColumn)Select P.ColumnName).ToArray
Refer to the thread for more Information about LINQ
Hope it will help you
Regards
Gokul
Thanks a lot its working @Gokul001 & @THIRU_NANI
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.