- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have written a fortran program to manipulated some data which are stored in allocated array, and I want to put those values into Excel in a formatted table. However, this is a long program including many subroutine and function, anyone can help me how to solve this problem?
Thx very much.
Thx very much.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AUTODICE sample illustrates how to invoke Excel Automation from Fortran. However, a more common approach is to reverse the command and convert Fortran code to a dll called from Excel. I think the issue has been discussed here and in the Old forum. -- search for "Excel" and "dll".
Message Edited by intel.software.network.support on 12-09-2005 10:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
but i have used the allocated array ,could u tell me how to change the code? thx!
REAL,ALLOCATABLE,DIMENSION(:,:) :: DATA2
ALLOCATE(DATA2(size,8))
and is it necessary to change other things except the variables?
REAL,ALLOCATABLE,DIMENSION(:,:) :: DATA2
ALLOCATE(DATA2(size,8))
and is it necessary to change other things except the variables?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page