11-19-2009, 05:37 PM
During run time you can import the data to the data table and then on completion of the work you can export the data to excel file.
Datatable.Importsheet filename,srcsheet,datatablesheetname
Datatable.Export filename
if the data is already availabe in the file, it would be over written.
Datatable.Importsheet filename,srcsheet,datatablesheetname
Datatable.Export filename
if the data is already availabe in the file, it would be over written.