This is a migrated thread and some comments may be shown as answers.

[Solved] Exporting to existing Excel file

1 Answer 201 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Linus
Top achievements
Rank 2
Linus asked on 18 Feb 2010, 07:47 AM
Hello,

I would like to export a datatable to an existing Excel file. Something like:

  1. Open file X.
  2. 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.
  3. 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.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 18 Feb 2010, 09:16 AM
Hello Linus,

This functionality is not supported by RadGrid for ASP.NET AJAX. In theory, you could use the ExcelML format to do this on your own but it will require some efforts since there are no built-in methods for that purpose.

Best regards,
Daniel
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Linus
Top achievements
Rank 2
Answers by
Daniel
Telerik team
Share this question
or