Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET AJAX > Grid > Export to Excel with third-party library (NPOI)

Answered Export to Excel with third-party library (NPOI)

Feed from this thread
  • Posted on May 3, 2010 (permalink)

    Requirements

    RadControls for ASP .NET AJAX version 2009.1.527 and later.
    .NET version 2.0 and later
    Visual Studio version 2005 and later
    Programming language C#
    Browser support

    all browsers supported by RadControls for ASP .NET AJAX


    PROJECT DESCRIPTION
    Since both Telerik RadGrid and NPOI are quite complex, it is not possible to create a simple project that covers all scenarios and that works flawlessly for all cases. For simplicity, we forced a restriction on this project so that it works mostly with hardcoded values.

    Hardcoded values/settings:
    - RadGrid width
    - the width/height of all images
    - item styles (itemstyle, headerstyle, alternatingitemstyle)
    - the widths of all columns (through HeaderStyle-Width)

    Important:
    - if you set a color that is not present in the current palette, the code will automatically pick the nearest color
    - column whose width is <= 1 will be hidden
    - supported items types are GridDataItem, GridHeaderItem, GridCommandItem, GridFooterItem
    - supported item styles are ItemStyle, AlternatingItemStyle, HeaderStyle, CommandItemStyle, FooterStyle

    Updated September, 24th 2010
    -
    support for ITextControl and IButtonControl in GridTemplateColumn

    THIS CODE-LIBRARY WILL NO LONGER BE UPDATED
    Attached files

  • Answer Daniel Daniel admin's avatar

    Posted on May 3, 2010 (permalink)

    Hello all,

    Should you have any questions and/or feedback about this code-library project, please submit a support ticket.

    Regards,
    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.
    Attached files

Back to Top

Skip Navigation LinksHome / Community & Support / Code Library / ASP.NET AJAX > Grid > Export to Excel with third-party library (NPOI)