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

Bytescout.XLS library for .NET

Download Free Trial Buy Now More Information

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

Documentation online: view (separate window)

First steps tutorials:

Advanced Examples:
Products  |  Download  |  Purchase  |  Support  |  Contacts  |  Testimonials |  

ByteScout, 2003-2008. All other company and product names may be trademarks of their respective companies. Privacy Statement