Link to home
Start Free TrialLog in
Avatar of arindam042099
arindam042099

asked on

link data to excel

I have written an application with generates columns of data (from 4 different methods) ...
say like this
time method1 method2 method3 method4
=====================================
0    20       30        40       60
0.01 10       10        10       10

what I want is to click the button and a excel sheet opens up showning them in various columns ... What all do I need to do ... I am new to these types of application ... A code to do this will be very helpful ...
ASKER CERTIFIED SOLUTION
Avatar of naveenkohli
naveenkohli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of arindam042099
arindam042099

ASKER

Thanks
I found more than what I needed ... Perfect
arindam