Home

Bytescout.XLS for .NET
Screenshots

Click to view sample
Click to view sample
Click to view sample
Click to view sample
Click to view sample
Click to view sample
Click to view sample Click to view sample

15% DISCOUNT ON ALL PRODUCTS Hurry! Only available until January 10th 2009
Just use the following COUPON CODE: WINTER2009


Bytescout.XLS library for .NET

Download Free Trial Buy Now More Information
Shop Safely: Bytescout XLS SDK comes with a 30-DAY UNCONDITIONAL MONEY-BACK GUARANTEE

Writing XLS document from C# application using Bytescout.XLS library for .NET

This example contains source code example for Visual C# demonstrating how to write a simple XLS document from C# using Bytescout.XLS lib

Download example source code: bytescoutxls_c_sharp.zip (4 KB)

XLS document generated from C# example using Bytescout.XLS library

// Create new XLSDocument
XLSDocument document = new XLSDocument();

// Add new worksheet
Worksheet worksheet = document.WorkBook.Worksheets.Add("HelloWorld");

// Set cell value
worksheet.Cell(0, 0).Value = "Hello, World!";

// Save document
document.SaveAs("HelloWorld.xls");

Download example source code: bytescoutxls_c_sharp.zip (4 KB)

Download Free Trial Buy Now More Information
Shop Safely: Bytescout XLS SDK comes with a 30-DAY UNCONDITIONAL MONEY-BACK GUARANTEE

Documentation online: view (separate window)

First steps tutorials:

Advanced Examples:

Products  |  Download  |  Purchase  |  Support  |  Contacts  |  Testimonials  |  News |  

Copyright © ByteScout, 2003-2008. Privacy Statement
Microsoft®, Windows®, Windows 2000®, Windows Server®, Windows Vista®, Internet Explorer®, .NET Framework®, ActiveX®, Visual Basic®, Visual C#®, ASP®, ASP.NET®, Excel®, PowerPoint®, are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Adobe®, Flash® and Acrobat® are registered trademarks of Adobe Systems, Incorporated. Mozilla®, Firefox® and the Mozilla and Firefox Logos are registered trademarks of the Mozilla Foundation. Other product names or brandnames used herein are for identification purposes only and might be trademarks or registered trademarks of their respective companies. We disclaim any and all rights to those marks.