Silverlight DataGrid数据导出到Excel

来自:http://excellite.codeplex.com/
 
1.Project Description

ExcelLite is a C#/Silverlight library for Silverlight applications that can read and write MS Excel ( Excel 97-2003) files without COM interaction. You can manipulate MS Excel files totally on client side as this library is using Binary excel format to read and write data.
So you don’t need to force your client to install Silverlight application “out of browser”, also COM interaction is not required with office DDLS.
 
2.Features:

Create Excel sheets,Exports Silverlight data to MS excel

Read Excel files, Imports excel data in Silverlight application.
Export Silverlight image to excel file

3.Code Examples:

Index of Code Examples on my blog
Example code and description for writing excel files with ExcelLite
Example dode and description for reading excel files into Silverlight with ExcelLite

Example , how to export silverlight image to an excel file with ExcelLite

Visit my blog for code examples or any other query
 
4.Intended Environment:
Visual Studio 2010
Silverlight 4
MS Excel 97-2003

  获取 Microsoft Silverlight

你可能感兴趣的:(silverlight)