Metadata >> NuGet >> XLParser

XLParser

Metadata

Authors TU Delft Spreadsheet Lab, Infotron
Description A parser for Excel formulas
LicenseUrl http://mozilla.org/MPL/2.0/
Owners TU Delft Spreadsheet Lab, Infotron
ProjectUrl https://github.com/PerfectXL/XLParser
RequireLicenseAcceptance False
Summary 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.
Tags parser parsing excel formula
Dependencies Irony:0.9.0
Title XLParser
PackageSize 51261
PackageHashAlgorithm SHA512
PackageHash HVT8itc4GlnQa2/TnWHt5huUrrNKmwg/fWSOPgHFYN4ebKcuRhr36qUo5rrf2MoYan7LLYhzi6y/T0G9ax2J7Q==
DownloadCount 000000
CreatedDate 2015-09-16T11:31:14

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install XLParser -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install XLParser -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package XLParser
Installing the package (HTTP Basic authentication):
Install-Package XLParser -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package XLParser -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package XLParser

OpenWrap

Installing the package:
o add-wrap XLParser
Uninstalling the package:
o remove-wrap XLParser

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.2.0