![]() |
VOOZH | about |
dotnet add package AMain.ExcelHelper --version 1.3.1
NuGet\Install-Package AMain.ExcelHelper -Version 1.3.1
<PackageReference Include="AMain.ExcelHelper" Version="1.3.1" />
<PackageVersion Include="AMain.ExcelHelper" Version="1.3.1" />Directory.Packages.props
<PackageReference Include="AMain.ExcelHelper" />Project file
paket add AMain.ExcelHelper --version 1.3.1
#r "nuget: AMain.ExcelHelper, 1.3.1"
#:package AMain.ExcelHelper@1.3.1
#addin nuget:?package=AMain.ExcelHelper&version=1.3.1Install as a Cake Addin
#tool nuget:?package=AMain.ExcelHelper&version=1.3.1Install as a Cake Tool
A library for reading and writing Excel files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
This library is based on the awesome library CsvHelper for reading and writing CSV files by Josh Close. We use the awesome library for reading Excel files in all formats (including the binary BIFF8 and earlier formats as well as the modern OpenXML formats), ExcelDataReader. Lastly we use the awesome library for writing native OpenXML based Excel files ClosedXML, which is layered on top of the Microsoft OpenXML libraries. Since we rely on OpenXML for writing Excel files, this library can only write Excel files in the modern OpenXML (.xlsx) formats. But it can read them in any format.
This library is re-write of the CsvHelper library to support Excel file reading and writing so it has diverged somewhat from the original CsvHelper API in order to support the features we need with better support for Excel file reading and writing. You can find the awesome CsvHelper library for processing CSV files here:
https://github.com/JoshClose/CsvHelper
You can find the awesome Open Source libraries we rely upon for Excel reading and writing here:
https://github.com/ExcelDataReader/ExcelDataReader
https://github.com/ClosedXML/ClosedXML
To install ExcelHelper, run the following command in the Package Manager Console
PM> Install-Package AMain.ExcelHelper
TODO: This needs to be done
Dual licensed
Microsoft Public License (MS-PL)
http://www.opensource.org/licenses/MS-PL
Apache License, Version 2.0
http://opensource.org/licenses/Apache-2.0
Commercial license for C1.Excel can be generated for builds as explained here (you need an active license to do that):
https://developer.mescius.com/componentone/docs/license/online-license/license-user-controls.html
Want to contribute? Great! Here are a few guidelines.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
Migrated to new C1.Excel library package which required some font handling API changes