OnBarcode.Barcode.Generator.Document.Excel 10.0.1

dotnet add package OnBarcode.Barcode.Generator.Document.Excel --version 10.0.1                
NuGet\Install-Package OnBarcode.Barcode.Generator.Document.Excel -Version 10.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OnBarcode.Barcode.Generator.Document.Excel" Version="10.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OnBarcode.Barcode.Generator.Document.Excel --version 10.0.1                
#r "nuget: OnBarcode.Barcode.Generator.Document.Excel, 10.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OnBarcode.Barcode.Generator.Document.Excel as a Cake Addin
#addin nuget:?package=OnBarcode.Barcode.Generator.Document.Excel&version=10.0.1

// Install OnBarcode.Barcode.Generator.Document.Excel as a Cake Tool
#tool nuget:?package=OnBarcode.Barcode.Generator.Document.Excel&version=10.0.1                

C# Barcode Generator on Microsoft Excel document - A C# Barcode Generation Library

The nuget package includes API to create, print QR Code, Code 128, and 20+ barcodes on Office Excel file in ASP.NET, MVC, web, Windows applications.

.NET Barcode Generator is an advanced barcode generator package :

  • Easy to create QR Code and barcodes in .NET Core, ASP.NET Core, Windows Forms, WPF, web and Desktop apps
  • Support QR Code, Data Matrix, PDF-417, Code 39 / 128, EAN/UPC, Supplemental barcodes, GS1-128, ITF-14, GS1 DataBar
  • Easy to encode barcodes into Adobe PDF document, raster images (png, bmp, tiff) with high resolution or vector images (svg, eps)
  • Styled QR Code with logo, colors customized
  • Quick to encode barcode with complex data format, such as GS1 data elements, Unicode text

Barcode Output Types :

  • Document : Microsoft Office Excel (.xlsx)
  • Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF
  • Vector images: SVG, EPS
  • Stream objects or Byte array

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

Get to Start

Once installed the package, you can use the following C# code to generate, customize and save barcodes in C# application

QRCode barcode = new QRCode();
barcode.Data = "QR Code";
barcode.drawBarcode("C://output//qrcode.png");

Supports

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (56)

Showing the top 5 NuGet packages that depend on OnBarcode.Barcode.Generator.Document.Excel:

Package Downloads
OnBarcode.Barcode.Generator.Document.Excel.Sample.DataMatrix

Data Matrix Barcode Generator using Excel library C# sample code: The nuget package includes detailed C# source code to create, print Data Matrix barcode on Excel in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Document.Excel.Sample.VB.Identcode

Identcode Barcode Generator using Excel library VB.NET sample code: The nuget package includes detailed VB.NET source code to create, print Identcode barcode on Excel in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * VB.NET Guide : https://www.onbarcode.com/tutorial/vb-net-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Document.Excel.Sample.Code2of5

Code 2 of 5 Barcode Generator using Excel library C# sample code: The nuget package includes detailed C# source code to create, print Code 2 of 5 barcode on Excel in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * C# Guide : https://www.onbarcode.com/tutorial/csharp-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Document.Excel.Sample.VB.DataMatrix

Data Matrix Barcode Generator using Excel library VB.NET sample code: The nuget package includes detailed VB.NET source code to create, print Data Matrix barcode on Excel in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * VB.NET Guide : https://www.onbarcode.com/tutorial/vb-net-barcode-generation.html * Contact US : support@onbarcode.com

OnBarcode.Barcode.Generator.Document.Excel.Sample.VB.ISSN

ISSN Barcode Generator using Excel library VB.NET sample code: The nuget package includes detailed VB.NET source code to create, print ISSN barcode on Excel in ASP.NET, MVC, web, Windows applications. Barcode Output Types : * Document : Microsoft Office Excel (.xlsx) * Raster images: BITMAP (.bmp), JPEG, PNG, TIFF, GIF * Vector images: SVG, EPS * Stream objects or Byte array Compatible with : * .NET Standard 2.0 * .NET 8, .NET 7, .NET 6, .NET 5 * .NET Core 3.x, & 2.x * .NET Framework 4.6 Online Guides : * VB.NET Guide : https://www.onbarcode.com/tutorial/vb-net-barcode-generation.html * Contact US : support@onbarcode.com

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.1 260 2/12/2025