LumenWorksCsvReader 3.9.1
See the version list below for details.
dotnet add package LumenWorksCsvReader --version 3.9.1
NuGet\Install-Package LumenWorksCsvReader -Version 3.9.1
<PackageReference Include="LumenWorksCsvReader" Version="3.9.1" />
<PackageVersion Include="LumenWorksCsvReader" Version="3.9.1" />
<PackageReference Include="LumenWorksCsvReader" />
paket add LumenWorksCsvReader --version 3.9.1
#r "nuget: LumenWorksCsvReader, 3.9.1"
#addin nuget:?package=LumenWorksCsvReader&version=3.9.1
#tool nuget:?package=LumenWorksCsvReader&version=3.9.1
An extended version of LumenWorks.Frameworks.IO
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (23)
Showing the top 5 NuGet packages that depend on LumenWorksCsvReader:
Package | Downloads |
---|---|
CMSImport
CMSImport helps you import content or members from any datasource into Umbraco CMS. |
|
VelocityDBExtensions
Extensions to VelocityDB for efficient LINQ index/BTree queries, AzureSession file API usage with Microsoft Azure, import/export to/from CSV and JSON, Sync, GeoHash, Compressed Bitmap and RTree. |
|
Xenhey.BPM.Core.DotNet
Package Description |
|
ZuoraMagic
Easy access to various Zuora APIs. |
|
YahooStockQuotes
Easily get stock quotes and historical prices from the Yahoo Finance API |
GitHub repositories (8)
Showing the top 8 popular GitHub repositories that depend on LumenWorksCsvReader:
Repository | Stars |
---|---|
ONLYOFFICE/CommunityServer
Free open source office suite with business productivity tools: document and project management, CRM, mail aggregator.
|
|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
dahall/Vanara
A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
|
|
dotnetprojects/DotNetSiemensPLCToolBoxLibrary
Library to Access Siemens PLCs and Step5/Step7 Project Files
|
|
shr670377723/CommunityServer-master
|
|
anilca/NetTrader.Indicator
Technical anaysis library for .NET
|
|
Open-Systems-Pharmacology/PK-Sim
PK-Sim® is a comprehensive software tool for whole-body physiologically based pharmacokinetic modeling
|
Added max field length for quoted fields (@criteo)
Strengthen Debug.Assert condition in GetSchemaWithoutHeaders (@joshgo)
Added test for quoted fields not throwing an exception (@joshgo)
Added HasHeader function to allow checking if a header existing without throwing exception (@kiran94)