- Home
- Purchase
- Developer Tools
- BarCode Generator SDK
- BarCode Generator SDK for Javascript for Code 128
- BarCode Reader SDK
- PDF Generator SDK for Javascript
- PDF Extractor SDK
- PDF Renderer SDK
- PDF To HTML SDK
- PDF Viewer SDK
- Spreadsheet SDK
- Image To Video SDK
- Screen Video Capturing SDK
- SWF To Video and Images SDK
- Images Watermarking SDK
- Document SDK beta
- Misc Tools
- Desktop Utilities
- Download
- Support
- Company
Write XLS documents from C# using Bytescout Spreadsheet SDK for .NET
Writing XLS document from C# application using Bytescout Spreadsheet SDK for .NET
This example contains source code example for Visual C# demonstrating how to write a simple XLS document from C# using Bytescout Spreadsheet lib
Download example source code: bytescoutxls_c_sharp.zip (4 KB)

// Create new Spreadsheet
Spreadsheet document = new Spreadsheet();
// 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)
Filed in:
Spreadsheet SDK
Tutorials:









