Hello,
I would like to export a datatable to an existing Excel file. Something like:
Anyone knows if there is a Telerik control that could help me with this problem. If not references to any other third party control would also be helpful. I did implement this using Excel.Interop but it is slow and unreliable.
I would like to export a datatable to an existing Excel file. Something like:
- Open file X.
- Insert datatable D on Sheet S starting at Column C and Row R. Preferably with an option whether or not to insert headers or just data.
- Return new file to user with Http Response.
Anyone knows if there is a Telerik control that could help me with this problem. If not references to any other third party control would also be helpful. I did implement this using Excel.Interop but it is slow and unreliable.