1) Is there any code that can make a fortran compiler to export data to an excel file?
But not just OPEN(3,FILE='Z2.xls') for example because it is inserting the data in a messed up way and i can not draw a graph.
2)Also another in fortran code let's say we ve got OPEN(2,FILE='kk1.DAT') The...