XLParser 1.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package XLParser --version 1.1.4
                    
NuGet\Install-Package XLParser -Version 1.1.4
                    
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="XLParser" Version="1.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="XLParser" Version="1.1.4" />
                    
Directory.Packages.props
<PackageReference Include="XLParser" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add XLParser --version 1.1.4
                    
#r "nuget: XLParser, 1.1.4"
                    
#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.
#:package XLParser@1.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=XLParser&version=1.1.4
                    
Install as a Cake Addin
#tool nuget:?package=XLParser&version=1.1.4
                    
Install as a Cake Tool

A parser for Excel formulas

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on XLParser:

Package Downloads
Universe.Net.Excel

Содержит функционал, работающий с файлами в формате Excel. Входит в состав Universe.Framework

SlapKit.Excel

SlapKit.Excel is a robust .NET library for creating and manipulating Excel 2007+ files (.xlsx, .xlsm). SlapKit.Excel is an upgrade to the mature and time-tested ClosedXML library adding the features ClosedXML misses the most. Most notably SlapKit.Excel adds full support for charts, sorting and filtering to ClosedXML. It also adds various styling features typical for commercial Excel libraries. SlapKit.Excel maintains full API compatibility with the ClosedXML library. Thus projects using ClosedXML can replace it with SLapKit.Excel without any code changes. Dive into the world of Excel operations without the intricacies of the OpenXML API. Experience an intuitive and user-centric interface designed to simplify reading, manipulating, and writing Excel data. Elevate your Excel game with SlapKit.Excel!

XLExpression

Package Description

Flight.ClosedXML

Package Description

ClosedXMLwhitconstructor

See release notes https://github.com/ClosedXML/ClosedXML/releases/tag/0.100.0. ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.7.5 99,222 2/13/2025
1.7.4 24,503 1/7/2025
1.7.3 16,555 12/2/2024
1.7.2 725,621 9/19/2023
1.7.1 4,248 9/14/2023
1.7.0 25,204 8/17/2023
1.6.3 128,854 1/19/2023
1.6.2 19,781 11/28/2022
1.6.1 14,158 8/19/2022
1.6.0 3,930 8/5/2022
1.5.2 38,538,576 5/20/2022
1.5.1 67,605 1/6/2022
1.5.0 1,796 11/30/2021
1.4.2 196,624 10/6/2020
1.4.1 6,894 7/16/2020
1.4.0 1,558 7/8/2020
1.3.10 11,364 3/17/2020
1.3.9 3,630 2/12/2020
1.3.8 2,331 2/3/2020
1.3.7 19,985 6/19/2019
1.3.6 7,505 1/15/2019
1.3.5 12,601 6/19/2018
1.3.4 8,236 3/28/2018
1.3.3 2,641 2/19/2018
1.3.2 4,422 12/4/2017
1.3.0 2,407 10/29/2017
1.2.4 10,574 2/7/2016
1.2.3 2,399 1/4/2016
1.2.2 2,661 11/6/2015
1.2.1 2,702 10/9/2015
1.2.0 2,987 9/13/2015
1.1.4 3,967 9/1/2015
1.1.3 3,688 8/25/2015

* Added some missing methods that test for specific types of operators
* Added tests and fixes if necessary for methods that were missing tests