![]() |
VOOZH | about |
dotnet add package KA.Barcode.Generator.Excel --version 7.7.0.55
NuGet\Install-Package KA.Barcode.Generator.Excel -Version 7.7.0.55
<PackageReference Include="KA.Barcode.Generator.Excel" Version="7.7.0.55" />
<PackageVersion Include="KA.Barcode.Generator.Excel" Version="7.7.0.55" />Directory.Packages.props
<PackageReference Include="KA.Barcode.Generator.Excel" />Project file
paket add KA.Barcode.Generator.Excel --version 7.7.0.55
#r "nuget: KA.Barcode.Generator.Excel, 7.7.0.55"
#:package KA.Barcode.Generator.Excel@7.7.0.55
#addin nuget:?package=KA.Barcode.Generator.Excel&version=7.7.0.55Install as a Cake Addin
#tool nuget:?package=KA.Barcode.Generator.Excel&version=7.7.0.55Install as a Cake Tool
Barcode for .NET Suite is an advanced C# barcode creating library on Excel (xlsx) file to encode, generate, print QR Code, Data Matrix, Code 128, EAN/UPC and other 2d and 1d barcode formats in the ASP.NET web app and .NET Desktop applications.
We also provide Microsoft Excel Barcode Generator Add-in freeware without barcode font installed. Supports :
Try the following how-to guides to quick create barcodes in Excel sheet
mail merge barcode not working | barcode list excel | softmatic barcode add-in for excel | how to create barcode in excel for free | how to create barcode in excel 2003 | download barcode font for excel 2019
After you have installed the barcode library nuget package, you could use the C# example codes below to quickly generate barcodes in C# program.
using KeepAutomation.Barcode.Bean;
BarCode aQRCode = new BarCode();
aQRCode.Symbology = KeepAutomation.Barcode.Symbology.QRCode;
aQRCode.CodeToEncode = "https://www.keepautomation.com";
aQRCode.ForeColor = Color.Red;
aQRCode.BackColor = Color.Blue;
aQRCode.generateBarcodeToImageFile(FileOutputPath + "qrcode-color-settings.png");
BarCode aBarcode = new BarCode();
aBarcode.Symbology = KeepAutomation.Barcode.Symbology.Code128Auto;
aBarcode.CodeToEncode = "ABC-123-abc";
aBarcode.generateBarcodeToImageFile(FileOutputPath + "code128-.png");
High quality and easy to use library.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. 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 Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | 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. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on KA.Barcode.Generator.Excel:
| Package | Downloads |
|---|---|
|
KA.Barcode.Generator.Excel.Core.VB
KA.Barcode Generator for .NET is a VB.NET library to create QR Code, Code 128 and other barcode formats on Excel (.xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Guides: * How to Guide : https://www.keepautomation.com/guide/vbnet_barcode_generator.html * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.Excel.Core
KA.Barcode Generator for .NET is a C# library to create QR Code, Code 128 and other barcode formats on Excel (.xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Guides: * How to Guide : https://www.keepautomation.com/guide/csharp_barcode_generator.html * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.Excel.POSTNET.VB
KA.Barcode Generator for .NET is a VB.NET library to create POSTNET and other barcode formats on Excel (.xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Guides: * How to Guide : https://www.keepautomation.com/guide/vbnet_barcode_generator.html * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.Excel.EAN8.VB
KA.Barcode Generator for .NET is a VB.NET library to create EAN-8 and other barcode formats on Excel (.xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Guides: * How to Guide : https://www.keepautomation.com/guide/vbnet_barcode_generator.html * Email : support@keepautomation.com |
|
|
KA.Barcode.Generator.Excel.Code11.VB
KA.Barcode Generator for .NET is a VB.NET library to create Code 11 and other barcode formats on Excel (.xlsx) file in ASP.NET Core, Windows Forms, WPF web and desktop application. Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5, .NET Core 3.x & 2.x * .NET Framework 4.x * Windows, MacOS, Linux, Docker, Azure Guides: * How to Guide : https://www.keepautomation.com/guide/vbnet_barcode_generator.html * Email : support@keepautomation.com |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.7.0.55 | 43 | 6/18/2026 |
| 7.7.0.54 | 89 | 6/11/2026 |
| 7.7.0.53 | 93 | 6/4/2026 |
| 7.7.0.52 | 100 | 5/28/2026 |
| 7.7.0.51 | 99 | 5/21/2026 |
| 7.7.0.50 | 101 | 5/14/2026 |
| 7.7.0.49 | 98 | 5/7/2026 |
| 7.7.0.48 | 101 | 4/30/2026 |
| 7.7.0.47 | 107 | 4/23/2026 |
| 7.7.0.46 | 124 | 4/16/2026 |
| 7.7.0.45 | 114 | 4/9/2026 |
| 7.7.0.44 | 112 | 4/2/2026 |
| 7.7.0.43 | 111 | 3/26/2026 |
| 7.7.0.42 | 108 | 3/19/2026 |
| 7.7.0.41 | 129 | 3/12/2026 |
| 7.7.0.40 | 107 | 3/5/2026 |
| 7.7.0.39 | 108 | 2/26/2026 |
| 7.7.0.38 | 115 | 2/19/2026 |
| 7.7.0.37 | 122 | 2/12/2026 |
| 7.7.0.36 | 129 | 2/5/2026 |