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

.xlsx Export Functionality?

7 Answers 140 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Adam
Top achievements
Rank 1
Adam asked on 16 May 2011, 10:42 PM
Any word on when the RadGridView will be able to export to Excel 2007 native .xlsx format?

7 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 17 May 2011, 06:28 AM
Hello,

 Our plans are to provide such export using RadDocument similar to our PDF export now. We will do our best to release such before the end of the year however we cannot commit to any specific date. 

All the best,
Vlad
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
0
Adam
Top achievements
Rank 1
answered on 18 May 2011, 01:44 AM
Cool, thanks.
0
Amol
Top achievements
Rank 1
answered on 15 Nov 2011, 07:01 AM
Any updates on this ? 
0
Semyon
Top achievements
Rank 1
answered on 25 Nov 2011, 06:15 AM
I'd like to vote for this feature, too. It would also be perfect if you could make it respect original data types of the model and avoid kludges like this (Telerik.Windows.Controls.GridView.GridViewExportWriter.RenderDataCells):
if (type == typeof(DateTime))
{
    if (String.IsNullOrEmpty(column.DataFormatString))
    {
        style = "ss:StyleID=\"GeneralDate\"";
        text = ((data.Value != null) ? ((DateTime)data.Value).ToString("yyyy-MM-ddTHH:mm:sss.fff") : String.Empty);
    }
    else
    {
        type = typeof(string);
    }
}
else
{
    // ...
}
0
Valérie
Top achievements
Rank 1
answered on 07 Feb 2012, 07:57 PM
Any updates on this ?
0
Jan
Top achievements
Rank 1
answered on 27 Dec 2013, 09:50 AM
Still no reply to this after two years... :)
Is there ever going to be an xlsx file support in grid?
0
Dimitrina
Telerik team
answered on 27 Dec 2013, 02:14 PM
Hi,

The best option we can currently suggest is exporting with RadSpreadSheet, creating a RadWorkBook as demonstrated on this blog post.

I hope this helps.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Adam
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Adam
Top achievements
Rank 1
Amol
Top achievements
Rank 1
Semyon
Top achievements
Rank 1
Valérie
Top achievements
Rank 1
Jan
Top achievements
Rank 1
Dimitrina
Telerik team
Share this question
or