XLParser 1.3.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package XLParser --version 1.3.7
NuGet\Install-Package XLParser -Version 1.3.7
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.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add XLParser --version 1.3.7
#r "nuget: XLParser, 1.3.7"
#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 XLParser as a Cake Addin
#addin nuget:?package=XLParser&version=1.3.7

// Install XLParser as a Cake Tool
#tool nuget:?package=XLParser&version=1.3.7

A pure C# parser for Excel formulas.

The produced parse trees are compact and suitable for further analysis or manipulation. XLParser has a 99.9% compatibility rate tested with over a million real-world formulas.

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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  net46 was computed.  net461 is compatible.  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 tizen30 was computed.  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 (5)

Showing the top 5 NuGet packages that depend on XLParser:

Package Downloads
Universe.Net.Excel

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

SlapKit.Excel The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

SlapKit.Excel provides full API compatibility with the famous ClosedXML library. Adding support for charts in this version. SlapKit.Excel is a robust .NET library tailored for effortless handling of Excel 2007+ files (.xlsx, .xlsm). 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.2 111,198 9/19/2023
1.7.1 2,436 9/14/2023
1.7.0 11,230 8/17/2023
1.6.3 80,427 1/19/2023
1.6.2 15,717 11/28/2022
1.6.1 9,533 8/19/2022
1.6.0 3,185 8/5/2022
1.5.2 12,062,817 5/20/2022
1.5.1 37,846 1/6/2022
1.5.0 1,397 11/30/2021
1.4.2 159,966 10/6/2020
1.4.1 5,692 7/16/2020
1.4.0 1,153 7/8/2020
1.3.10 10,461 3/17/2020
1.3.9 3,204 2/12/2020
1.3.8 1,918 2/3/2020
1.3.7 17,749 6/19/2019
1.3.6 7,044 1/15/2019
1.3.5 11,495 6/19/2018
1.3.4 7,532 3/28/2018
1.3.3 2,041 2/19/2018
1.3.2 3,725 12/4/2017
1.3.0 1,674 10/29/2017
1.2.4 9,183 2/7/2016
1.2.3 1,856 1/4/2016
1.2.2 1,941 11/6/2015
1.2.1 1,981 10/9/2015
1.2.0 2,117 9/13/2015
1.1.4 2,955 9/1/2015
1.1.3 2,153 8/25/2015

- Added method for getting all references (to cells or ranges) included in formulas (thanks to aivaloglou)
     - Fixed regression where the parse tree was used before testing if the parser was successful
     - Updated Irony.NetCore from 1.0.10 to 1.0.11