Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

how to read excel first row data using c# in C#



In excel records as follows

Date Day Session GS VRV

I want to display the GS,VRV from the Excel sheet and display into the Label1.

i have one Label called Label1 in that Label i want to display the GS and VRV.

for that how can i read the excel first row data using c#.

Please help me.