how to read excel first row data using c# in C#
-
Forget Code
-
C#
-
how to read excel first row data using 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.
Tags for how to read excel first row data using c# in C#