XLParser 1.2.4

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

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

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 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 129,221 9/19/2023
1.7.1 2,548 9/14/2023
1.7.0 11,689 8/17/2023
1.6.3 82,937 1/19/2023
1.6.2 15,953 11/28/2022
1.6.1 9,817 8/19/2022
1.6.0 3,246 8/5/2022
1.5.2 12,986,471 5/20/2022
1.5.1 38,794 1/6/2022
1.5.0 1,438 11/30/2021
1.4.2 162,303 10/6/2020
1.4.1 5,777 7/16/2020
1.4.0 1,237 7/8/2020
1.3.10 10,539 3/17/2020
1.3.9 3,286 2/12/2020
1.3.8 1,977 2/3/2020
1.3.7 17,923 6/19/2019
1.3.6 7,124 1/15/2019
1.3.5 11,567 6/19/2018
1.3.4 7,598 3/28/2018
1.3.3 2,115 2/19/2018
1.3.2 3,786 12/4/2017
1.3.0 1,748 10/29/2017
1.2.4 9,279 2/7/2016
1.2.3 1,927 1/4/2016
1.2.2 2,004 11/6/2015
1.2.1 2,060 10/9/2015
1.2.0 2,196 9/13/2015
1.1.4 3,049 9/1/2015
1.1.3 2,219 8/25/2015

* Fixed several errors in which names/named ranges were allowed
 * Question marks are now allowed
 * Can now start with all unicode letters (e.g. `=äbc`)
 * Corrected characters which are allowed if the name starts with a cell name or TRUE/FALSE (e.g. `=A1.MYNAME`)
* Allow for whitespace-only sheetnames (e.g. `='    '!A1`), altough they will always be returned as `" "` by `PrefixInfo`
* Made some corrections in how multiple sheet references (`=Sheet1:Sheet3!A1`) are parsed
* Removed escape sequences in strings (e.g. `"Line1\nLine2"`) as these are not part of the Excel formula language
* Added support for structured references to a complete table (e.g. `=MyTable[]`)