Bytescout.XLS for .NET
|
Bytescout.XLS library for .NET
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)
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)
Documentation online: view (separate window) |
|
|
||