Welcome to our Blog

Stay Informed on the Latest Releases and Master How to Use Our Products.

Working with Excel files in C# often requires heavy dependencies or complex COM interop. Xceed Workbooks for .NET offers a clean API for creating, opening, and modifying XLSX files programmatically. This guide walks through the patterns you need to handle spreadsheets in production .NET applications.
System.IO.Compression handles basic zip scenarios, but AES-256 encryption, self-extracting archives, tar/gzip support, and split archives require a commercial zip library. This article covers when the built-in class suffices and when Xceed Zip for .NET earns its place in your project.
The built-in WPF DataGrid handles simple binding well enough, but grouping, filtering, and real-time updates require serious plumbing. This guide shows you four binding patterns that actually work in production — with a runnable Xceed DataGrid demo on .NET 10.
Xceed PDF Library for .NET 2.0 ships with digital signing, bookmarks, form fields, and cross-platform support. This guide covers what it does, how it compares, and includes a working demo project on .NET 10.
WPF's built-in control library hasn't grown since 2010. Xceed Toolkit Plus for WPF delivers 103 controls — from DateTimePicker to PropertyGrid to a full docking framework — all running on .NET 10 with zero dependencies.
The built-in WPF DataGrid handles the basics — sorting, binding, simple editing. But once you need master-detail, async virtualization, Excel export, or modern theming, you hit its limits fast. This article compares it to Xceed DataGrid for WPF with working code examples, a feature table, and practical gotchas from real usage.
Get text from every page or from a rectangle, and read form control values (text boxes, checkboxes). Use PdfDocument.Load, page.Text, GetTextFromArea, and doc.FormFields in C#.
For today’s .NET developers, automated document workflows are essential. Whether you’re building enterprise reporting, generating compliance documents, or enabling customers to export data on demand, efficiency is key. The Xceed PDF Library & Words for .NET bundle gives you the flexibility, performance, and reliability required for modern business apps—all without Office or Adobe dependencies.
Create a simple PDF with a title and body text in C# using Xceed PdfLibrary for .NET. Set up the project, add the license, then use PdfDocument.Create, AddParagraph, and AddText to build your first PDF.
If you need to generate Excel files from a .NET app, the good news is you don’t need Microsoft Office installed on the server (and you generally shouldn’t automate Excel via COM anyway). The modern approach is to generate .xlsx files directly using a library that writes the Open XML format.

Check out Xceed’s Words and PDF Library bundle