Export to Excel with third-party library (NPOI)

Thread is closed for posting
2 posts, 2 answers
  1. Answer
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 03 May 2010 Link to this post

    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
  2. Answer
    55399722-08F4-4C16-B02F-AF2E96DF6AC2
    55399722-08F4-4C16-B02F-AF2E96DF6AC2 avatar
    4949 posts
    Member since:
    Jan 2017

    Posted 03 May 2010 Link to this post

    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.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.