Dear Master,
Please help me on below scenerio.
I have “Raw” report and A excel template(“SpecificColumn”) which will contain only column name.
i need to extract the information of those columns only which is mentioned in the excel “SpecificColumn” sheet from Raw report.
i have attached the excel file with sample output
please help. Input&Output.xlsx (16.1 KB)
hi
m Sorry m new to this, m not able to get the proper output with this method…
possible for you to share sample xaml file ?? i have attached excel for reference…
i have used counter for specific column sheet… and in assign i have passed awDataTable.AsEnumerable().Select (function(row) row(“yourColumnName”)).ToList()…
as i am getting counter i am getting the values columnwise one by one…
how do i pass on to datatable?
also there is no header how do i add header