Add XLParser demo solution#104
Merged
Merged
Conversation
aliakseiredzko
commented
Sep 25, 2025
Contributor
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a complete XLParser demo solution, implementing a web application for parsing and visualizing Excel formulas using the Ivy framework.
- Creates a new Visual Studio solution with project configuration for XLParser demonstration
- Implements formula parsing services to process Excel formulas and extract token information
- Builds an interactive web UI that allows users to input formulas and explore the parse tree with color-coded tokens
Reviewed Changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| xlparser/XLParserDemo.sln | Visual Studio solution file with project configuration |
| xlparser/XLParserDemo.csproj | Project file with .NET 9.0 target and package dependencies |
| xlparser/Services/ParseTreeNodeInfo.cs | Data models for parse tree nodes and metadata |
| xlparser/Services/FormulaParser.cs | Core parsing logic and tree traversal functionality |
| xlparser/README.md | Documentation for running and deploying the application |
| xlparser/Program.cs | Application entry point with server configuration |
| xlparser/GlobalUsings.cs | Global using statements for the project |
| xlparser/Apps/XLParserApp.cs | Main UI application with formula parsing and visualization |
| xlparser/.gitignore | Git ignore file for build artifacts and IDE files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
rorychatt
requested changes
Sep 27, 2025
rorychatt
left a comment
Collaborator
There was a problem hiding this comment.
Make it the default app that opens. (edit program cs)
otherwise awesome job!
Contributor
Author
|
@rorychatt done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.