abubakar-dar.blogspot.com
Abubakar Dar: Import excel data in Silverlight with ExcelLite
http://abubakar-dar.blogspot.com/2010/12/import-excel-data-in-silverlight-with.html
Silverlight ,MVVM ,RIA Services, Sharepoint, SQL server,OOAD. Friday, December 10, 2010. Import excel data in Silverlight with ExcelLite. In this sample we will read an excel file using ExcelLite. Library and display file contents in a Textbox control. Column values will be separated by COMMA and rows will be separated by NEW LINE. Add a button to open file dialog for selecting excel file. To display file contents add a textbox control. To access file system we need to use Silverlight file dialogs. I = s...
sreeharip.wordpress.com
December | 2011 | Sreehari's Technical Arena
https://sreeharip.wordpress.com/2011/12
Sreehari's Technical Arena. December 4, 2011. Automatic Login to Outlook Web Access. 8212; sreehari @ 5:52 pm. If you use the Microsoft Outlook to Check your office mails at home…This is not an important post for you…. Yes…Its a simple javascript embedded in a html file which can do the task for us. Use the below snippet (Replace the credentials according to your server). Double click the html file which will directly take you to the InBox. Silverlight Offline Application using HTML5. HTML5 has a very co...
codeplex.com
CodePlex - abubkr
http://www.codeplex.com/site/users/view/abubkr
Project Hosting for Open Source Software. Member Since December 5, 2010. Last Visit May 27, 2016. 9 years of working experience on Microsoft platform including windows ,web and business Intelligence tools and technologies. Currently working at Ingrammicro, Dubai. No activity in the last 60 days. No projects being followed. Version 8.21.2015.21031.
sreeharip.wordpress.com
Exporting a Silverlight Chart to Excel (In-Browser) | Sreehari's Technical Arena
https://sreeharip.wordpress.com/2011/12/04/exporting-a-silverlight-chart-to-excel-in-browser
Sreehari's Technical Arena. December 4, 2011. Exporting a Silverlight Chart to Excel (In-Browser). 8212; sreehari @ 4:45 pm. In Silverlight 3 and above , the Out of Browser application can manipulate Excel documents using COM Automation with Elevated Permissions. This is something very common. But I wanted to create Excel documents with Images and that too from the In-Browser mode.I was exploring all possible ways when I found a less known Library http:/ excellite.codeplex.com/. StackPanel Orientation=Ve...
codeplex.com
CodePlex - xxc3303
http://www.codeplex.com/site/users/view/xxc3303
Project Hosting for Open Source Software. Member Since March 5, 2011. Last Visit June 18, 2015. BabyCloudDrives - the multi cloud drive desktops application. EF41 and Asp.net mvc3 Shop Online. Excellent training orgazinations CRM. No personal statement has been written. No activity in the last 60 days. NET Extensions Methods Library for C# and VB.NET (ASP.NET, MVC, SL, WPF, EF). ALinq Dynamic (Linq to SQL Dynamic Query). ASPNET MVC / Web API / Web Pages. Caliburn.Micro: Xaml Made Easy.
abubakar-dar.blogspot.com
Abubakar Dar: ExcelLite a Silverlight Library for MS Excel
http://abubakar-dar.blogspot.com/2010/12/excellite-silverlight-library-for-ms.html
Silverlight ,MVVM ,RIA Services, Sharepoint, SQL server,OOAD. Friday, December 10, 2010. ExcelLite a Silverlight Library for MS Excel. I have posted ExcelLite. An open source C# library for Silverlight applications for manipulating MS excel without COM interaction or OLEDB driver.You can manipulate MS Excel (97-2003) files totally in silverlight client as this library using Binary excel format to read and write data. Download ExcelLite from codeplex. Exports Silverlight data to MS excel. User Agent: Mozi...
codeplex.com
CodePlex - WeiTeng
http://www.codeplex.com/site/users/view/WeiTeng
Project Hosting for Open Source Software. Member Since August 28, 2008. Last Visit August 11, 2016. Extensions For ASP.NET. Qzone OAuth Client For Asp.Net. Rich Text Editor For Silverlight. No personal statement has been written. No activity in the last 60 days. ASPNET MVC / Web API / Web Pages. Balder - 3D engine for Silverlight. Bing Maps V7 Modules. Custom WPF Color Picker Like Office 2007. Excel Data Reader - Read Excel files in .NET. Extended WPF Toolkit™ Community Edition. Extensions For ASP.NET.
sreeharip.wordpress.com
sreehari | Sreehari's Technical Arena
https://sreeharip.wordpress.com/author/sreeharip
Sreehari's Technical Arena. December 4, 2011. Automatic Login to Outlook Web Access. 8212; sreehari @ 5:52 pm. If you use the Microsoft Outlook to Check your office mails at home…This is not an important post for you…. Yes…Its a simple javascript embedded in a html file which can do the task for us. Use the below snippet (Replace the credentials according to your server). Double click the html file which will directly take you to the InBox. Silverlight Offline Application using HTML5. HTML5 has a very co...
abubakar-dar.blogspot.com
Abubakar Dar: Exports Silverlight data to MS excel
http://abubakar-dar.blogspot.com/2010/12/exports-silverlight-data-to-ms-excel.html
Silverlight ,MVVM ,RIA Services, Sharepoint, SQL server,OOAD. Friday, December 10, 2010. Exports Silverlight data to MS excel. From codeplex ( my open source silverlight library for manipulating MS excel without COM interaction). Add reference of “Lite.Library.dll” and “Lite.ExcelLibrary” to your Silverlight project. Refere “Lite.ExcelLibrary.SpreadSheet” on the top of your Silverlight page. Writing an excel file. Open file dialog to select an export file. SDialog.ShowDialog() = true. February 4, 2011 at...