Hi,
Is there any similiar way to transfer data from DataSet/DataTable to Excel Worksheet providing there is not need to copy each row/column cell individually from DataTable/DataSet into individual cells on excel worksheet.
Ideally ADO function CopyFromRecordset would be suitable but my data is in the DataSet/DataTable in .NET app.
Thank you,
Nataliya