Pruthvi Patel

Pruthvi Patel

  • NA
  • 129
  • 21.6k

Operation with excel file as like following in c#

Oct 20 2016 4:47 AM
I have one excel file as following.
 
Sr.no      x            y            z             r         y
1           2.5          3            3.5          4        2
2           7.0          6             4           1.4     3 
3           3.0          3.0         2             3       4
4           4.5          7            9            10      3
5           3.0          3.0        2              3       4
6           7.0           6          4             1.4     3
7           2.5           3         3.5           4        2
8           7.0           6         4              1.4     3
9           4.5           7         9              10      3
10         7.0           6         4              1.4     3 
.            .                .         .                 .        .
.            .                .         .                 .        .
.            .                .         .                 .        .            
n
 
if  var=3
then it should read 3-3 row value in one array. 
1,2,3 row ,then 4,5,6 row 7,8,9 row like wise
 I think this will be understood by you.If any doubt then please ask.
Please help me in do this. 

Answers (1)