Friends,
I am trying to write a program to plot a graph in an excel file using the datas available from the same excel file in F#
Till now I am able to write a program in F# to plot the graph between the datas available in the columns that are adjacent to each other(e.g Datas in the Col A and Col B or Datas in the Col D and Col E).
But I am not able to write the code to plot the graph between the datas available in the columns that are not adjacent to each other(e.g Datas in the Col B and Col F).
Also I want the code in F# to copy the data from the entire column of a sheet to the next sheet in the same excel file.
Can anyone please help?