I have a data file in Excel that I need to be able to input the data for processing in another f95 program. The data is in the following form:
Distance Model01 Model02 Model03 Model04 Model05 Model06
1 15.23 24.32 43.02 20.56 34.58 56.21
2 43.23 21.45 87.21 43.21 58.21 02.57
and so on for a couple thousand rows.
What would be the best method for accomplishing this?
Distance Model01 Model02 Model03 Model04 Model05 Model06
1 15.23 24.32 43.02 20.56 34.58 56.21
2 43.23 21.45 87.21 43.21 58.21 02.57
and so on for a couple thousand rows.
What would be the best method for accomplishing this?