🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

ka.barcode.scanner.excel

Package Overview
Dependencies
Maintainers
0
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

ka.barcode.scanner.excel

7.5.0
NuGet
Version published
Maintainers
0
Created
Source

KA.Barcode Scanner C# library on Excel (xlsx) - by KeepAutomation

KA.Barcode Reader for .NET is an advanced barcode scanner C# library to read, process, scan QR Code and other barcode formats from Excel (xlsx), image files in the ASP.NET Core web app and .NET Windows application.

Barcode Reader for .NET is an advanced barcode reader C# nuget package :

  • Read, recognize, scan QR Code, Data Matrix, PDF-417, Code 128, Code 39, EAN/UPC, GS1-128, and other barcode formats
  • Quick to read single or multiple barcode results from image stream object or image file in PNG, BMP, JPG, TIFF format.
  • Easy to apply advanced image scanning, such as image region scanning.
  • Enable to process complex barcode data, such as GS1 data, Unicode text, non-printable ASCII characters, binary data

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

Copy the following C# code to read, scan barcode from image files in C# application

using KeepAutomation.BarcodeReader;

//  Read QRCode from an image file.
String[] msgs = BarcodeReader.readBarcodeMessage(inputImageFile, BarcodeType.QRCode);

Support & Documents

Keywords

keepautomation

FAQs

Package last updated on 27 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts