CodePlexProject Hosting for Open Source Software
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.
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
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
Intended Environment:
Visual Studio 2010
Silverlight 4
MS Excel 97-2003
Credits:
This library based on LiuJunFeng 's library , i have ported and made some the modifications and enhancements to work with Silverlight.
Last edited Dec 12, 2010 at 3:55 AM by abubkr, version 18
Hi.. Very useful post I just want some font customization like bold size, text
Salaam, it's nice work ! Expecially it works without OOB. there is one issue, when I import excel file containing chinese characte... (more)