Hi,
I want to compare 2Columns in excel and i want to know which is greater and which is lower.
For reference i have attached the screenshot below.
Thanks
Rishi
Hi,
I want to compare 2Columns in excel and i want to know which is greater and which is lower.
For reference i have attached the screenshot below.
Thanks
Rishi
Hey @Rishik_Chowdary
Here you go…
Read the Excel Table into a DataTable
Iterate Row & Timespan parse the Excel cell value
TimeSpan.Compare(TimeSpan.Parse(row("Time1").ToString), TimeSpan.Parse(row("Time2").ToString))
Hope this helps.
Thanks
#nK
Hey @Nithinkrishna
Thanks for your reply…!! but i was getting error while executing can you please share me the xaml if possible. it would be helpful to me.
Thanks
Rishi