![]() |
VOOZH | about |
dotnet add package Xceed.Workbooks.NET --version 3.0.26166.7850
NuGet\Install-Package Xceed.Workbooks.NET -Version 3.0.26166.7850
<PackageReference Include="Xceed.Workbooks.NET" Version="3.0.26166.7850" />
<PackageVersion Include="Xceed.Workbooks.NET" Version="3.0.26166.7850" />Directory.Packages.props
<PackageReference Include="Xceed.Workbooks.NET" />Project file
paket add Xceed.Workbooks.NET --version 3.0.26166.7850
#r "nuget: Xceed.Workbooks.NET, 3.0.26166.7850"
#:package Xceed.Workbooks.NET@3.0.26166.7850
#addin nuget:?package=Xceed.Workbooks.NET&version=3.0.26166.7850Install as a Cake Addin
#tool nuget:?package=Xceed.Workbooks.NET&version=3.0.26166.7850Install as a Cake Tool
Xceed Workbooks for .NET is a high-performance .NET library designed for creating, loading, editing, and saving Excel workbooks and spreadsheet files — without needing Microsoft Excel or Office interop.
It gives developers full control over workbook structure, content, formatting, and export — through a simple, intuitive API.
Click the image above to receive a trial license. It unlocks all features of the component. See the Get Started section for details.
Brought to you by Xceed Software, a leader in .NET components for over 25 years.
.xlsx files.xlsx.xlsx – Microsoft Excel Open XML.xlsx – Microsoft Excel Open XML| Feature | Description |
|---|---|
| Create Workbooks | Build Excel files entirely in code |
| Load Existing Files | Open .xlsx for editing |
| Edit Cells | Modify values, apply formulas, and format numbers |
| Style Content | Customize borders, fonts, fills, and alignment |
| Manage Sheets | Add, remove, rename, and reorder sheets |
| Merge Cells | Merge and unmerge cell ranges |
| Cell Protection | Lock/unlock specific cells and protect entire worksheets |
| Auto-Size Columns | Automatically adjust column widths based on content |
| Streaming Support | Stream workbooks to memory or disk efficiently |
Xceed Workbooks for .NET gives you the building blocks to create and manipulate Excel workbooks and spreadsheets using code.
Install via NuGet:
dotnet add package Xceed.Workbooks.NET
Add the license key in your application code before starting to use the component’s classes:
static void Main( string[] args )
{
Xceed.Workbooks.NET.Licenser.LicenseKey = "WBNXX-XXXXX-XXXXX-XXXX";
Workbook workbook = Workbook.Create( "MyWorkbook.xlsx" );
/* ... */
}
Read the full documentation licensing article here.
using Xceed.Workbooks.NET;
// Create a new workbook
var workbook = new Workbook();
// Add a worksheet
var sheet = workbook.AddWorksheet("Inventory");
// Set header row
sheet.Cells[0, 0].Value = "Item";
sheet.Cells[0, 1].Value = "Quantity";
sheet.Cells[0, 2].Value = "Price";
// Add some data
sheet.Cells[1, 0].Value = "Keyboard";
sheet.Cells[1, 1].Value = 10;
sheet.Cells[1, 2].Value = 49.99;
sheet.Cells[2, 0].Value = "Mouse";
sheet.Cells[2, 1].Value = 20;
sheet.Cells[2, 2].Value = 19.99;
// Save to file
workbook.Save("inventory.xlsx");
Xceed offers additional high‑quality libraries for .NET developers.
Create, load, edit, and save PDF documents without requiring Adobe Acrobat or Microsoft Office.
Create, edit, convert, and secure Word documents without requiring Microsoft Office.
| Resource | Link |
|---|---|
| Product Page & Pricing | Xceed Workbooks for .NET |
| Documentation | Online Documentation |
| NuGet Package | NuGet Package |
| Blog & Updates | Xceed Blog |
| Support Forum | Xceed Support |
| License Details | Xceed Licensing |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 is compatible. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 1 NuGet packages that depend on Xceed.Workbooks.NET:
| Package | Downloads |
|---|---|
|
Xceed.Products.Documents.Libraries.Full
Create or manipulate Microsoft Word documents, Excel documents and Pdf documents from your .NET applications, without requiring Word, Excel, Office or a Pdf app to be installed. Word documents can be converted to PDF(not all Word elements are supported). Fast and lightweight. Widely used and backed by a responsive support and development team whose sole ambition is your complete satisfaction. You can try Words for .NET, Workbooks for .NET and PdfLibrary for .NET for free for 45 days, after which you will need to purchase a license key to continue using it. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.0.26166.7850 | 1,670 | 3/16/2026 |
| 3.0.25608.6677 | 2,470 | 12/8/2025 |
| 3.0.25458.6676 | 2,236 | 9/8/2025 |
| 3.0.25228.6154 | 1,992 | 4/28/2025 |
| 2.0.25103.5784 | 14,406 | 2/4/2025 |
| 2.0.25103.5744 | 386 | 2/3/2025 |
| 1.4.24152.1219 | 28,273 | 3/4/2024 |
| 1.4.23523.1209 | 5,145 | 10/25/2023 |
| 1.4.23177.2123 | 5,894 | 4/3/2023 |
| 1.3.22471.15220 | 4,116 | 10/6/2022 |
| 1.2.22263.20500 | 15,823 | 5/14/2022 |
| 1.1.22101.20240 | 5,276 | 2/4/2022 |
| 1.0.21565.13360 | 3,738 | 11/15/2021 |
See Xceed Workbooks for .NET web site for complete release notes: https://xceed.com/en/our-products/product/workbooks-for-net