h*******s 发帖数: 24 | 1 我有一个比较大的程序原来用FORTRAN写的. 现在想借用Excel来做数据的输入和输出,
即让FORTRAN读入Excel里的用户输入数据,运算后再把数据输出到Excel里显示.
不知道谁有这方面的经验或者有什么推荐的参考书,敬请不吝赐教. | g***p 发帖数: 139 | 2 To be honest, I think u r out of your mind. | Z****e 发帖数: 2999 | 3 if it's just data that you cared about, use csv format; if there's also some
formatting required for the data, then it's a lot harder: you can use VBA
to extract data and save it to external format. The reason is that I don't
think there's a fortran compiler that supports calling Excel COM object from
Fortran...
,
【在 h*******s 的大作中提到】 : 我有一个比较大的程序原来用FORTRAN写的. 现在想借用Excel来做数据的输入和输出, : 即让FORTRAN读入Excel里的用户输入数据,运算后再把数据输出到Excel里显示. : 不知道谁有这方面的经验或者有什么推荐的参考书,敬请不吝赐教.
|
|