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 file in Visual Basic.NET using Bytescout.XLS library for .NET

This example contains source code example for Visual Basic.NET and Bytescout.XLS library. Writing "Hello, World!" simple XLS document from VB.NET

Download example source code: bytescoutxls_visual_basic_net.zip (9 KB)

XLS document generated from VIsual Basic.NET application using Bytescout.XLS lib

Dim document As New XLSDocument()

Dim worksheet As Worksheet = document.WorkBook.Worksheets.Add("HelloWorld")

worksheet.Cell(0, 0).Value = "Hello, World!"

document.SaveAs("HelloWorld.xls")

Download example source code: bytescoutxls_visual_basic_net.zip (9 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