Skip to content

Import tool#4

Merged
thirstyape merged 1 commit into
masterfrom
3-add-ofx-converter-tool
Jun 1, 2026
Merged

Import tool#4
thirstyape merged 1 commit into
masterfrom
3-add-ofx-converter-tool

Conversation

@thirstyape

Copy link
Copy Markdown
Member

No description provided.

@thirstyape thirstyape self-assigned this Jun 1, 2026
Copilot AI review requested due to automatic review settings June 1, 2026 18:00
@thirstyape thirstyape linked an issue Jun 1, 2026 that may be closed by this pull request
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.Designer.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.cs Dismissed
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs Dismissed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new “OFX to XLSX” mini-tool to the repository, including a reusable parsing/conversion library, a WinForms front-end, and README/docs updates so users can discover and run the new tool alongside the existing ExtractCopilotChat utility.

Changes:

  • Added an OFX parsing + XLSX export library (OFX-To-XLSX) with model types.
  • Added a WinForms converter app (OFX-To-XLSX-Converter) for selecting files and running conversions.
  • Updated README and added sample OFX files / per-tool .gitignore for the new tool.

Reviewed changes

Copilot reviewed 17 out of 24 changed files in this pull request and generated 12 comments.

Show a summary per file
File Description
README.md Documents the new OFX→XLSX tool and updates repo structure guidance.
OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs Implements OFX header/XML parsing and SpreadsheetLight XLSX output.
OFX-to-XLSX/OFX-To-XLSX/OFX-To-XLSX.csproj Defines the new library project and package references.
OFX-to-XLSX/OFX-To-XLSX/Models/OfxTransaction.cs Adds a transaction model used by the parser/exporter.
OFX-to-XLSX/OFX-To-XLSX/Models/OfxSignOnResponse.cs Adds sign-on response model extracted from OFX.
OFX-to-XLSX/OFX-To-XLSX/Models/OfxHeader.cs Adds OFX header model extracted from the file header section.
OFX-to-XLSX/OFX-To-XLSX/Models/OfxFile.cs Adds the root OFX data container returned by the parser.
OFX-to-XLSX/OFX-To-XLSX/Models/OfxAccount.cs Adds account metadata model extracted from OFX.
OFX-to-XLSX/OFX-To-XLSX.sln Introduces a solution for the OFX tool projects.
OFX-to-XLSX/OFX-To-XLSX-Converter/Program.cs WinForms app entry point for the converter UI.
OFX-to-XLSX/OFX-To-XLSX-Converter/OFX-To-XLSX-Converter.csproj Defines the WinForms converter project and references the library.
OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.resx WinForms resources for the converter UI.
OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.Designer.cs Generated WinForms UI layout for selecting files and converting.
OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.cs Implements UI event handlers and conversion workflow.
OFX-to-XLSX/Documentation/OFX_102_Samples/1.ofx Sample OFX input for validating parsing behavior.
OFX-to-XLSX/Documentation/OFX_102_Samples/2.ofx Sample OFX input for validating parsing behavior.
OFX-to-XLSX/Documentation/OFX_102_Samples/3.ofx Sample OFX input for validating parsing behavior.
OFX-to-XLSX/.gitignore Adds ignores for the new tool’s build artifacts and VS files.
Files not reviewed (1)
  • OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.Designer.cs: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs
Comment thread OFX-to-XLSX/OFX-To-XLSX/OfxParser.cs
Comment thread OFX-to-XLSX/OFX-To-XLSX-Converter/OFX-To-XLSX-Converter.csproj
Comment thread README.md
Comment thread README.md
Comment thread OFX-to-XLSX/OFX-To-XLSX.sln
Comment thread OFX-to-XLSX/OFX-To-XLSX-Converter/ConverterForm.cs
@thirstyape thirstyape merged commit 43fdfaa into master Jun 1, 2026
4 checks passed
@thirstyape thirstyape deleted the 3-add-ofx-converter-tool branch June 1, 2026 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add OFX Converter Tool

2 participants