Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Updated XLParser from 1.5.2 to 1.7.5.

Release notes

Sourced from XLParser's releases.

1.7.5

  • Fix ignored start/end spaces in structured reference column name (#​210)
  • Fix parse errors for structured references confused with filenames (#​211)
  • Support quoted multiple sheet reference in parser references (#​213)

1.7.4

  • Fix structured reference confused for filename (#​199)
  • Fix exclamation mark not recognized as unary operator (#​203)
  • Fix unable to parse .xls extension in file path (#​204)
  • Fix tilde in external workbook network path (#​206)
  • Fixed issues related to external workbook url path (#​207)

1.7.3

  • Allow numbers that start with decimal point (#​191, thanks to @​kschelfthoutelement)
  • Fixed issues related to external workbook url path (#​195)
  • Update packages to latest version (#​196)

1.7.2

  • Fix: exception for parser references of special ranges (#​184)

1.7.1

  • Fix: invalid parser reference for range with reference in function (#​181)
  • Support user defined functions in parser references (#​182)

1.7.0

  • Target netstandard2.0 (#​178, thanks to @​Jonarw)
  • Fix: cannot parse table reference to whole row (#​177)
  • Fix: cannot parse table reference followed by sheet reference (#​179)

1.6.3

  • Fix: restrict row numbers in cell address (#​167)
  • Improve parser references, add parse tree node

1.6.2

  • Performance improvement: add prefixes to regex terminals (#​161, thanks to @​jahav)
  • Performance improvement: new terminal for Excel functions (#​163, thanks to @​jahav)
  • Fix: can't parse cell-like named range (#​165, thanks to @​jahav)

1.6.1

  • Fix: missing rule in structured references grammar (#​158)
  • Improve intersection of table references (#​160)

1.6.0

  • Improved support for structured (table) references (#​116, #​132, #​147)
  • Add table specifiers and table columns in parser reference
  • Fix: escape characters in external links (#​136, #​152)
  • Fix: large range incorrectly parsed (#​154, #​156)

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

---
updated-dependencies:
- dependency-name: XLParser
  dependency-version: 1.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Aug 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants